fix: linter issues

This commit is contained in:
muhamiyan
2025-12-09 19:41:12 +07:00
parent e768d5d55c
commit ae8ffd4cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ const assignmentID = ref('new')
const assignmentCount = ref(0)
const { brand } = sessionStore()
const router = useRouter()
const route = useRoute();
const route = useRoute()
const readOnlyMode = window.read_only_mode
onMounted(() => {

View File

@@ -145,7 +145,7 @@ const { brand } = sessionStore()
const user = inject('$user')
const dayjs = inject('$dayjs')
const router = useRouter()
const route = useRoute();
const route = useRoute()
const search = ref('')
const readOnlyMode = window.read_only_mode
const quizFilters = ref({})