Hide AppFrame loader when app handshaked (#3303)
This commit is contained in:
parent
a70ddd39fa
commit
75a6edd864
1 changed files with 5 additions and 3 deletions
|
@ -84,9 +84,11 @@ export const AppFrame: React.FC<Props> = ({
|
|||
|
||||
return (
|
||||
<>
|
||||
{!handshakeDone && (
|
||||
<div className={classes.loader}>
|
||||
<CircularProgress color="primary" />
|
||||
</div>
|
||||
)}
|
||||
<iframe
|
||||
ref={frameRef}
|
||||
src={AppUrls.resolveAppIframeUrl(appId, src, {
|
||||
|
|
Loading…
Reference in a new issue