Skip to content

Commit

Permalink
Added overlay to ensemble dialog in order to prevent clicks on close
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Nov 3, 2023
1 parent f88e948 commit cfd1871
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Dialog } from "@lib/components/Dialog";
import { Dropdown } from "@lib/components/Dropdown";
import { IconButton } from "@lib/components/IconButton";
import { Label } from "@lib/components/Label";
import { Overlay } from "@lib/components/Overlay";
import { Select } from "@lib/components/Select";
import { Switch } from "@lib/components/Switch";
import { TableSelect, TableSelectOption } from "@lib/components/TableSelect";
Expand Down Expand Up @@ -392,6 +393,7 @@ export const SelectEnsemblesDialog: React.FC<SelectEnsemblesDialogProps> = (prop
)}
</div>
</div>
<Overlay visible={isLoadingEnsembles} />
</Dialog>
{
<Dialog
Expand Down

0 comments on commit cfd1871

Please sign in to comment.