enhance(frontend): improve migration of old settings
This commit is contained in:
parent
1ede45c8fb
commit
6ef5c8bb92
6 changed files with 18 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ const modal = useTemplateRef('modal');
|
|||
const props = defineProps<{
|
||||
success: boolean;
|
||||
showing: boolean;
|
||||
text?: string;
|
||||
text?: string | null;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue