Skip to content

Commit

Permalink
drop IconDeleteSvg from Submit.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <[email protected]>
  • Loading branch information
tpokorra committed Jan 9, 2025
1 parent 21f3a2d commit 767fd61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Submit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ import IconCancelSvg from '@mdi/svg/svg/cancel.svg?raw'
import IconCheckSvg from '@mdi/svg/svg/check.svg?raw'
import IconRefreshSvg from '@mdi/svg/svg/refresh.svg?raw'
import IconSendSvg from '@mdi/svg/svg/send.svg?raw'
import IconDeleteSvg from '@mdi/svg/svg/delete.svg?raw'

import { FormState } from '../models/FormStates.ts'
import answerTypes from '../models/AnswerTypes.js'
Expand Down Expand Up @@ -285,7 +284,6 @@ export default {
IconCheckSvg,
IconRefreshSvg,
IconSendSvg,
IconDeleteSvg,

maxStringLengths: loadState('forms', 'maxStringLengths'),
}
Expand Down

0 comments on commit 767fd61

Please sign in to comment.