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
+2 -2
View File
@@ -100,7 +100,7 @@
</template>
<script>
import { IconTextSize, IconWriting, IconCalendarEvent, IconPhoto, IconCheckbox, IconPaperclip, IconSelect, IconCircleDot, IconChecks, IconCheck } from '@tabler/icons-vue'
import { IconTextSize, IconWritingSign, IconCalendarEvent, IconPhoto, IconCheckbox, IconPaperclip, IconSelect, IconCircleDot, IconChecks, IconCheck } from '@tabler/icons-vue'
export default {
name: 'FieldArea',
@@ -166,7 +166,7 @@ export default {
fieldIcons () {
return {
text: IconTextSize,
signature: IconWriting,
signature: IconWritingSign,
date: IconCalendarEvent,
image: IconPhoto,
file: IconPaperclip,