CFE-25 change structure call widget
This commit is contained in:
@@ -23,7 +23,7 @@ const LoadingHardPage = ({children, loading}) => {
|
||||
return (
|
||||
<>
|
||||
<Backdrop
|
||||
sx={{bgcolor: "#fff", zIndex: (theme) => theme.zIndex.drawer + 1}}
|
||||
sx={{bgcolor: "#fff", zIndex: (theme) => theme.zIndex.modal + 1}}
|
||||
open={loading}
|
||||
>
|
||||
<LoadingImage
|
||||
|
||||
Reference in New Issue
Block a user