require signature in form

This commit is contained in:
Alex Turchyn
2023-06-24 17:15:36 +03:00
parent a258ca6c79
commit 2c0bed9823
4 changed files with 21 additions and 5 deletions
@@ -41,7 +41,7 @@
</template>
<script>
import { IconTextSize, IconWriting, IconCalendarEvent, IconPhoto, IconCheckbox, IconPaperclip, IconSelect, IconCircleDot, IconChecks } from '@tabler/icons-vue'
import { IconTextSize, IconWritingSign, IconCalendarEvent, IconPhoto, IconCheckbox, IconPaperclip, IconSelect, IconCircleDot, IconChecks } from '@tabler/icons-vue'
export default {
name: 'FiledTypeDropdown',
@@ -71,7 +71,7 @@ export default {
fieldIcons () {
return {
text: IconTextSize,
signature: IconWriting,
signature: IconWritingSign,
date: IconCalendarEvent,
image: IconPhoto,
file: IconPaperclip,