[Manager] Keep progress dialog on top using priority system (#4225)

This commit is contained in:
Christian Byrne
2025-06-20 15:22:42 -07:00
committed by GitHub
parent 429ab6c365
commit 2ef760c599
3 changed files with 207 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ export const useDialogService = () => {
headerComponent: ManagerProgressHeader,
footerComponent: ManagerProgressFooter,
props: options?.props,
priority: 2,
dialogComponentProps: {
closable: false,
modal: false,