Skip to content

Commit

Permalink
Update remix-ui-tabs.tsx
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
STetsing authored Jan 14, 2025
1 parent e2eb339 commit 7a520fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const TabsUI = (props: TabsUIProps) => {
await props.plugin.call('settings', 'updateCopilotChoice', ai_switch)
return ai_switch
}
return await props.plugin.call('settings', 'getCopilotSetting')
return init_state
} catch (e) {
return false
}
Expand Down

0 comments on commit 7a520fa

Please sign in to comment.