一旦パブリックにしないとクリップ作成できない問題を修正
This commit is contained in:
parent
bcbe83cb38
commit
7a7a56940c
|
@ -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 New Issue