Skip to content

Commit

Permalink
Fix initial CW in postFormButton
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Dec 4, 2023
1 parent 3b98ebc commit f72ca5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkPostFormDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const props = defineProps<{
mention?: Misskey.entities.User;
specified?: Misskey.entities.User;
initialText?: string;
initialCw?: string;
initialVisibility?: typeof Misskey.noteVisibilities;
initialFiles?: Misskey.entities.DriveFile[];
initialLocalOnly?: boolean;
Expand Down

0 comments on commit f72ca5c

Please sign in to comment.