mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 09:57:21 +00:00
chore: lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user