summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkFileCaptionEditWindow.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-19 13:58:09 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-05-19 13:58:09 +0900
commit6a5ef5b6f29eee9e36f42ac163f065880cd80e8b (patch)
tree4667e309d270252f28bd8b645e3ca85750b89b76 /packages/frontend/src/components/MkFileCaptionEditWindow.vue
parent:art: (diff)
downloadsharkey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.tar.gz
sharkey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.tar.bz2
sharkey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.zip
refactor
Diffstat (limited to 'packages/frontend/src/components/MkFileCaptionEditWindow.vue')
-rw-r--r--packages/frontend/src/components/MkFileCaptionEditWindow.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/MkFileCaptionEditWindow.vue b/packages/frontend/src/components/MkFileCaptionEditWindow.vue
index 95eef45df0..61b87bda78 100644
--- a/packages/frontend/src/components/MkFileCaptionEditWindow.vue
+++ b/packages/frontend/src/components/MkFileCaptionEditWindow.vue
@@ -3,14 +3,14 @@
ref="dialog"
:width="400"
:height="450"
- :with-ok-button="true"
- :ok-button-disabled="false"
+ :withOkButton="true"
+ :okButtonDisabled="false"
@ok="ok()"
@close="dialog.close()"
@closed="emit('closed')"
>
<template #header>{{ i18n.ts.describeFile }}</template>
- <MkSpacer :margin-min="20" :margin-max="28">
+ <MkSpacer :marginMin="20" :marginMax="28">
<MkDriveFileThumbnail :file="file" fit="contain" style="height: 100px; margin-bottom: 16px;"/>
<MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription">
<template #label>{{ i18n.ts.caption }}</template>