fix(quick actions): invalid class prop
This commit is contained in:
@ -108,7 +108,7 @@ const visible = ref(false)
|
||||
const mode = computed(() => authStore.settings.frontendSettings.quickAddMagicMode)
|
||||
|
||||
defineProps<{
|
||||
highlightHintIcon: boolean,
|
||||
highlightHintIcon?: boolean,
|
||||
}>()
|
||||
|
||||
const prefixes = computed(() => PREFIXES[mode.value])
|
||||
|
Reference in New Issue
Block a user