feat: fixed modal size + fix safari not showing global edit

This commit is contained in:
Nevo David 2024-04-10 18:54:56 +07:00
parent 74fb17ad03
commit 0da098b6cf
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ export const AddEditModal: FC<{
onChange={setSelectedIntegrations}
/>
)}
<div id="renderEditor" className={clsx(!showHide.hideTopEditor && 'hidden')} />
<div id="renderEditor" className={clsx(!showHide.hideTopEditor && 'hidden ')} />
{!existingData.integration && !showHide.hideTopEditor ? (
<>
<div>You are in global editing mode</div>