feat: show alert when changing to non-interchangeable editor (#834)

This commit is contained in:
Aman Harwara
2022-02-01 13:32:02 +05:30
committed by GitHub
parent 3c0bc79768
commit 6150f58c73
4 changed files with 65 additions and 51 deletions

View File

@@ -277,10 +277,10 @@ export const ChangeEditorOption: FunctionComponent<ChangeEditorOptionProps> = ({
<EditorAccordionMenu
application={application}
closeOnBlur={closeOnBlur}
currentEditor={selectedEditor}
groups={editorMenuGroups}
isOpen={changeEditorMenuOpen}
selectComponent={selectComponent}
selectedEditor={selectedEditor}
/>
</PremiumModalProvider>
</DisclosurePanel>