一旦パブリックにしないとクリップ作成できない問題を修正

This commit is contained in:
syuilo 2020-11-15 14:18:25 +09:00
parent bcbe83cb38
commit 7a7a56940c
2 changed files with 4 additions and 2 deletions

View file

@ -786,7 +786,8 @@ export default defineComponent({
},
isPublic: {
type: 'boolean',
label: this.$t('public')
label: this.$t('public'),
default: false
}
});
if (canceled) return;

View file

@ -60,7 +60,8 @@ export default defineComponent({
},
isPublic: {
type: 'boolean',
label: this.$t('public')
label: this.$t('public'),
default: false
}
});
if (canceled) return;