This commit is contained in:
Nicola Benaglia 2025-05-30 08:58:07 +02:00
parent d45e9557b3
commit 2c9eee8404

View File

@ -40,11 +40,11 @@ const AppViewerContainer = forwardRef(
}}
>
<AppViewer
skipAuth={skipAuth}
app={app}
ref={ref}
hide={!isSelected || hide}
isDevMode={isDevMode}
ref={ref}
skipAuth={skipAuth}
/>
</Frame>
);