Skip to content

Commit

Permalink
don't show AddChart in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaesthete committed Nov 5, 2024
1 parent 2900dbc commit 1a1d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/dialogs/AddChartDialogReact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class AddChartDialogReact extends BaseDialog {
},
null,
);
const modal = true; //doesn't work on fullscreen panel as of writing
const modal = false; //doesn't work on fullscreen panel as of writing, also needs some redesign of "add chart" button in particular
this.root = createMdvPortal(
<Wrapper dataStore={dataStore} modal={modal} onDone={() => this.close()}/>,
this.dialog,
Expand Down

0 comments on commit 1a1d2e2

Please sign in to comment.