fix(frontend): チャンネルが新規作成できなかったのを修正

This commit is contained in:
syuilo 2023-05-08 18:30:29 +09:00
parent 41e9aa6f9b
commit 8709487cd5

View file

@ -81,7 +81,7 @@ let name = $ref(null);
let description = $ref(null);
let bannerUrl = $ref<string | null>(null);
let bannerId = $ref<string | null>(null);
let color = $ref(null);
let color = $ref('#000');
const pinnedNotes = ref([]);
watch(() => bannerId, async () => {