Skip to content

Commit b415626

Browse files
committed
fix ordering of access control listings
1 parent c3c97b3 commit b415626

File tree

1 file changed

+24
-24
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/access-control

1 file changed

+24
-24
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/access-control/access-control.tsx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -326,30 +326,6 @@ export function AccessControl() {
326326
category: 'Settings Tabs',
327327
configKey: 'hideFilesTab' as const,
328328
},
329-
{
330-
id: 'disable-mcp',
331-
label: 'MCP Tools',
332-
category: 'Tools',
333-
configKey: 'disableMcpTools' as const,
334-
},
335-
{
336-
id: 'disable-custom-tools',
337-
label: 'Custom Tools',
338-
category: 'Tools',
339-
configKey: 'disableCustomTools' as const,
340-
},
341-
{
342-
id: 'hide-trace-spans',
343-
label: 'Trace Spans',
344-
category: 'Logs',
345-
configKey: 'hideTraceSpans' as const,
346-
},
347-
{
348-
id: 'disable-invitations',
349-
label: 'Invitations',
350-
category: 'Collaboration',
351-
configKey: 'disableInvitations' as const,
352-
},
353329
{
354330
id: 'hide-deploy-api',
355331
label: 'API',
@@ -380,6 +356,30 @@ export function AccessControl() {
380356
category: 'Deploy Tabs',
381357
configKey: 'hideDeployTemplate' as const,
382358
},
359+
{
360+
id: 'disable-mcp',
361+
label: 'MCP Tools',
362+
category: 'Tools',
363+
configKey: 'disableMcpTools' as const,
364+
},
365+
{
366+
id: 'disable-custom-tools',
367+
label: 'Custom Tools',
368+
category: 'Tools',
369+
configKey: 'disableCustomTools' as const,
370+
},
371+
{
372+
id: 'hide-trace-spans',
373+
label: 'Trace Spans',
374+
category: 'Logs',
375+
configKey: 'hideTraceSpans' as const,
376+
},
377+
{
378+
id: 'disable-invitations',
379+
label: 'Invitations',
380+
category: 'Collaboration',
381+
configKey: 'disableInvitations' as const,
382+
},
383383
],
384384
[]
385385
)

0 commit comments

Comments
 (0)