fix(react/dialogs): some dialogs are not displayed on top

This commit is contained in:
Elian Doran
2025-08-10 17:37:48 +03:00
parent 3caefa5409
commit a20d66a6b5
5 changed files with 10 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ function PromptDialogComponent() {
}}
footer={<Button text={t("prompt.ok")} keyboardShortcut="Enter" primary />}
show={shown}
stackable
>
<FormGroup label={opts?.message} labelRef={labelRef}>
<FormTextBox