Add missing notes tab label

This commit is contained in:
vgcman16 2025-06-05 21:16:56 -05:00
parent 10d192667a
commit 3ad67e8363

View File

@ -79,6 +79,7 @@ export const TAB_LABELS: Record<TabType, string> = {
connection: 'Connections',
debug: 'Debug',
'event-logs': 'Event Logs',
notes: 'Notes',
update: 'Updates',
'task-manager': 'Task Manager',
'tab-management': 'Tab Management',