chore: lint

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:39 +00:00
parent 06b453baa8
commit 6cd7ff50ae
14 changed files with 70 additions and 91 deletions

View File

@@ -7,16 +7,16 @@
// Base settings: internal tab name → URL slug
export const baseSettingsTabToSlug: Record<string, string> = {
collaborator: 'members',
'collaborator': 'members',
'data-source': 'data-sources',
permissions: 'permissions',
syncs: 'syncs',
'permissions': 'permissions',
'syncs': 'syncs',
'base-settings': 'settings',
audits: 'audits',
workflows: 'workflows',
overview: 'overview',
mcp: 'mcp',
snapshots: 'snapshots',
'audits': 'audits',
'workflows': 'workflows',
'overview': 'overview',
'mcp': 'mcp',
'snapshots': 'snapshots',
}
// Workspace settings: internal tab name → URL slug