mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 01:40:42 +00:00
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…
x
Reference in New Issue
Block a user