Skip to content

Commit 1cea64d

Browse files
committed
ack PR comments
1 parent b860077 commit 1cea64d

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/general

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ export function General({ onOpenChange }: GeneralProps) {
411411
dropdownWidth={140}
412412
value={settings?.theme}
413413
onChange={handleThemeChange}
414-
disabled={updateSetting.isPending}
415414
placeholder='Select theme'
416415
options={[
417416
{ label: 'System', value: 'system' },

0 commit comments

Comments
 (0)