feature/feature/IO-3554-Form-Row-Layout - Drawer changes, mask closable changes, missing translation, spinner tip changes

This commit is contained in:
Dave
2026-02-25 15:57:51 -05:00
parent dab66b4d66
commit 226cc801ae
16 changed files with 93 additions and 44 deletions

View File

@@ -214,7 +214,7 @@ export function JobsDetailHeaderActions({
okText,
cancelText,
centered: true,
maskClosable: false,
mask: { closable: false },
onCancel: () => {
closeConfirmById(id);
onCancel?.();