Skip to content
Snippets Groups Projects
Commit 8709487c authored by syuilo's avatar syuilo
Browse files

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

parent 41e9aa6f
No related branches found
No related tags found
No related merge requests found
......@@ -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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment