chore: super conversion dialog (#2669)

This commit is contained in:
Mo
2023-11-30 10:50:15 -06:00
committed by GitHub
parent 394ed65e11
commit 8790f97e2d
4 changed files with 31 additions and 7 deletions

View File

@@ -191,7 +191,12 @@ const SuperNoteConverter = ({
) : null}
{componentViewer ? (
<div className="component-view min-h-0">
<IframeFeatureView key={componentViewer.identifier} componentViewer={componentViewer} />
<IframeFeatureView
usedInModal
readonly={true}
key={componentViewer.identifier}
componentViewer={componentViewer}
/>
</div>
) : (
<div className="h-full min-h-0 overflow-hidden">