Fixes for Gutenberg modal

This commit is contained in:
2022-02-17 20:54:23 -05:00
parent 69ec05cd6a
commit f17d2dfa42
2 changed files with 9 additions and 3 deletions

View File

@@ -36,10 +36,11 @@ class SelectDialog extends React.Component<IDialogProps> {
onRequestClose={ () => this.props.setOpen( false ) }
shouldCloseOnClickOutside={ false }
>
<FocusableIframe
<iframe
style={ { width: '500px', height: '500px', display: 'block' } }
src={ `${ baseUrl }/integrations/cms` }
></FocusableIframe>
title="Choose a Form"
></iframe>
</Modal>
);
}