1
0

fix(quick actions): invalid class prop

This commit is contained in:
kolaente
2023-08-29 09:57:13 +02:00
parent 0ca73e0851
commit a4b369470a
2 changed files with 4 additions and 12 deletions

View File

@ -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])