Skip to content

Commit

Permalink
close custom preset panel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahAlfaraj committed Oct 3, 2023
1 parent f787d5c commit 7ad9a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescripts/preset/preset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ gridRoot.render(
//<React.StrictMode>
<ErrorBoundary>
<div style={{ border: '2px solid #6d6c6c', padding: '3px' }}>
<Collapsible defaultIsOpen={true} label={Locale('Custom Preset')}>
<Collapsible defaultIsOpen={false} label={Locale('Custom Preset')}>
<PresetTab></PresetTab>
</Collapsible>
</div>
Expand Down

0 comments on commit 7ad9a7e

Please sign in to comment.