This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 68528281b1b fix(explore): ensure unsaved-changes dialog renders above 
View SQL modal v2 (#42546)
68528281b1b is described below

commit 68528281b1b6ce9ae9d25ad53668caca0d1e6185
Author: SBIN2010 <[email protected]>
AuthorDate: Wed Jul 29 22:57:08 2026 +0300

    fix(explore): ensure unsaved-changes dialog renders above View SQL modal v2 
(#42546)
---
 .../superset-ui-core/src/components/UnsavedChangesModal/index.tsx       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx
 
b/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx
index bfbbfc8a17d..7babd3c9beb 100644
--- 
a/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx
+++ 
b/superset-frontend/packages/superset-ui-core/src/components/UnsavedChangesModal/index.tsx
@@ -22,7 +22,7 @@ import type { FC, ReactElement } from 'react';
 
 // Ant Design's default modal zIndex is 1000. Using a higher value ensures
 // this dialog always renders above other open modals (e.g. a draggable View 
SQL modal).
-const UNSAVED_CHANGES_MODAL_Z_INDEX = 1100;
+const UNSAVED_CHANGES_MODAL_Z_INDEX = 1300;
 
 export type UnsavedChangesModalProps = {
   showModal: boolean;

Reply via email to