From 69541676cf1dae7ff5fb05d4f0b6122155eae996 Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 16 Dec 2021 04:18:51 +0100 Subject: [PATCH] Started fixing background issues for condition and documentation modals --- frontend/src/components/ParsedAction.jsx | 30 ++++-- frontend/src/views/AngularWorkflow.jsx | 117 ++++++++++++++--------- 2 files changed, 90 insertions(+), 57 deletions(-) diff --git a/frontend/src/components/ParsedAction.jsx b/frontend/src/components/ParsedAction.jsx index e5d6ae55..a35ee256 100644 --- a/frontend/src/components/ParsedAction.jsx +++ b/frontend/src/components/ParsedAction.jsx @@ -979,9 +979,9 @@ const ParsedAction = (props) => { return helperText } - console.log("D: ", selectedAction) - console.log("DESC: ", selectedAction.description) - console.log("DESC2: ", selectedApp.description) + //console.log("D: ", selectedAction) + //console.log("DESC: ", selectedAction.description) + //console.log("DESC2: ", selectedApp.description) // FIXME: Issue #40 - selectedActionParameters not reset if ( @@ -993,13 +993,14 @@ const ParsedAction = (props) => {
+