mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(frontend): チャンネルが新規作成できなかったのを修正
This commit is contained in:
		
							parent
							
								
									41e9aa6f9b
								
							
						
					
					
						commit
						8709487cd5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue