fix: folder color

This commit is contained in:
chatbung
2025-02-19 16:59:38 +09:00
parent f9be5d3710
commit bbcd952c1b
2 changed files with 10 additions and 10 deletions

View File

@@ -1311,7 +1311,6 @@ export interface ChatFolder{
id:string
name?:string
color?:string
icon?:string
folded:boolean
}