Skip to content

Commit 8ae6393

Browse files
committed
make linter happier
1 parent 1020c2d commit 8ae6393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ScreenFinishAdvanced.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ import { computed, defineComponent } from 'vue'
5050
import DownloadButton from 'components/DownloadButton.vue'
5151
import { useApp } from 'src/store/app'
5252
import { useCff } from 'src/store/cff'
53-
import { useStepperErrors } from 'src/store/stepper-errors'
5453
import { useQuasar } from 'quasar'
54+
import { useStepperErrors } from 'src/store/stepper-errors'
5555
import { useValidation } from 'src/store/validation'
5656
5757
export default defineComponent({
@@ -67,7 +67,7 @@ export default defineComponent({
6767
const q = useQuasar()
6868
return {
6969
isValidCFF: computed(() => errors.value.length === 0),
70-
confirmAndReset: async () => {
70+
confirmAndReset: () => {
7171
q.dialog({
7272
title: 'Confirm',
7373
message: 'Would you like to reset the form? All changes will be lost.',

0 commit comments

Comments
 (0)