ProcessInstanceShow loading icon should not be an overlay w/ burnettk
This commit is contained in:
parent
3521916f90
commit
9153de0538
|
@ -1883,5 +1883,12 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||
</>
|
||||
);
|
||||
}
|
||||
return <Loading />;
|
||||
|
||||
return (
|
||||
<Loading
|
||||
description="Active loading indicator"
|
||||
withOverlay={false}
|
||||
style={{ margin: '50px 0 50px 50px' }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue