forked from mirrors/misskey
refactor(frontend): Formまわりの型強化 (#16260)
* refactor(frontend): Formまわりの型強化 * fix * avoid non-null assertion and add null check for safety * refactor * avoid non-null assertion and add null check for safety * Update clip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export const store = markRaw(new Pizzax('base', {
|
||||
},
|
||||
memo: {
|
||||
where: 'account',
|
||||
default: null,
|
||||
default: null as string | null,
|
||||
},
|
||||
reactionAcceptance: {
|
||||
where: 'account',
|
||||
|
||||
Reference in New Issue
Block a user