Fix display_name TS error + clean rebuild

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 00:42:40 +00:00
parent 317672aa08
commit e250b2124f
4 changed files with 273 additions and 57 deletions

View File

@@ -141,6 +141,7 @@ export interface Group {
color: string;
icon: string | null;
sort_order: number;
display_name?: string;
}
export interface Connector {