mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 01:03:09 +02:00
一旦パブリックにしないとクリップ作成できない問題を修正
This commit is contained in:
parent
bcbe83cb38
commit
7a7a56940c
2 changed files with 4 additions and 2 deletions
|
@ -786,7 +786,8 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
isPublic: {
|
isPublic: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
label: this.$t('public')
|
label: this.$t('public'),
|
||||||
|
default: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
|
|
|
@ -60,7 +60,8 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
isPublic: {
|
isPublic: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
label: this.$t('public')
|
label: this.$t('public'),
|
||||||
|
default: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
|
|
Loading…
Reference in a new issue