mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
一旦パブリックにしないとクリップ作成できない問題を修正
This commit is contained in:
parent
bc7d7eb057
commit
44481a240c
2 changed files with 4 additions and 2 deletions
|
@ -786,7 +786,8 @@ export default defineComponent({
|
|||
},
|
||||
isPublic: {
|
||||
type: 'boolean',
|
||||
label: this.$t('public')
|
||||
label: this.$t('public'),
|
||||
default: false
|
||||
}
|
||||
});
|
||||
if (canceled) return;
|
||||
|
|
|
@ -60,7 +60,8 @@ export default defineComponent({
|
|||
},
|
||||
isPublic: {
|
||||
type: 'boolean',
|
||||
label: this.$t('public')
|
||||
label: this.$t('public'),
|
||||
default: false
|
||||
}
|
||||
});
|
||||
if (canceled) return;
|
||||
|
|
Loading…
Reference in a new issue