From e331d06b8a0dfaaa88b10968a0e6173b65ca64c7 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 16 Aug 2023 00:07:02 +0200 Subject: [PATCH] Fixed Select and Autocomplete prompts to properly select and work with mui18 --- frontend/src/components/EditWorkflow.jsx | 2 +- frontend/src/components/ParsedAction.jsx | 270 +++++++++++++---------- frontend/src/views/AngularWorkflow.jsx | 114 ++++++---- frontend/src/views/AppCreator.jsx | 8 + frontend/src/views/Workflows.jsx | 3 + 5 files changed, 234 insertions(+), 163 deletions(-) diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index 41bdffea..c862f22b 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -475,7 +475,7 @@ const EditWorkflow = (props) => { - +