fix(ui): fix workflow library new workflow/settings closing

Need to make the menu not lazy. A better solution is to refactor how the settings works, rendering it in a different part of the component tree
This commit is contained in:
psychedelicious 2023-12-31 22:16:37 +11:00 committed by Kent Keirsey
parent 20f497054f
commit ab3e689ee0

View File

@ -27,7 +27,7 @@ const WorkflowLibraryMenu = () => {
useFeatureStatus('workflowLibrary').isFeatureEnabled;
return (
<InvMenu isOpen={isOpen} onOpen={onOpen} onClose={onClose} isLazy>
<InvMenu isOpen={isOpen} onOpen={onOpen} onClose={onClose}>
<InvMenuButton
as={InvIconButton}
aria-label={t('workflows.workflowEditorMenu')}