remove duplicate prop from MkPostFormDialog.vue
This commit is contained in:
parent
48283ad80b
commit
097d3fe39d
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ import MkModal from '@/components/MkModal.vue';
|
|||
import MkPostForm from '@/components/MkPostForm.vue';
|
||||
|
||||
const props = withDefaults(defineProps<PostFormProps & {
|
||||
instant?: boolean;
|
||||
fixed?: boolean;
|
||||
autofocus?: boolean;
|
||||
editId?: Misskey.entities.Note['id'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue