summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-07 10:21:49 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-07 10:21:49 +0900
commit6ef5c8bb9243e0fbc0d4d539b967c908146f544c (patch)
tree1c2402ecec9002f1a18f8c98aca109f13ffe4a50 /packages/frontend/src/components
parentfix(ci): fix Chromatic CI not being skipped for dependency update branches (#... (diff)
downloadmisskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.tar.gz
misskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.tar.bz2
misskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.zip
enhance(frontend): improve migration of old settings
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/MkWaitingDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkWaitingDialog.vue b/packages/frontend/src/components/MkWaitingDialog.vue
index 282da00ee1..820cf05e1f 100644
--- a/packages/frontend/src/components/MkWaitingDialog.vue
+++ b/packages/frontend/src/components/MkWaitingDialog.vue
@@ -22,7 +22,7 @@ const modal = useTemplateRef('modal');
const props = defineProps<{
success: boolean;
showing: boolean;
- text?: string;
+ text?: string | null;
}>();
const emit = defineEmits<{