Skip to content

Commit

Permalink
fix(options): remove default open
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrey committed Aug 31, 2021
1 parent 6145063 commit de34aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/FlotControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function FlotControls() {
/>
</div>

<Disclosure as="div" className="relative w-full" defaultOpen={true}>
<Disclosure as="div" className="relative w-full">
{({ close }) => (
<React.Fragment>
<Disclosure.Button
Expand Down

0 comments on commit de34aba

Please sign in to comment.