fix(frontend): チャンネルが新規作成できなかったのを修正
This commit is contained in:
parent
41e9aa6f9b
commit
8709487cd5
@ -81,7 +81,7 @@ let name = $ref(null);
|
|||||||
let description = $ref(null);
|
let description = $ref(null);
|
||||||
let bannerUrl = $ref<string | null>(null);
|
let bannerUrl = $ref<string | null>(null);
|
||||||
let bannerId = $ref<string | null>(null);
|
let bannerId = $ref<string | null>(null);
|
||||||
let color = $ref(null);
|
let color = $ref('#000');
|
||||||
const pinnedNotes = ref([]);
|
const pinnedNotes = ref([]);
|
||||||
|
|
||||||
watch(() => bannerId, async () => {
|
watch(() => bannerId, async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user