aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js b/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js
index 6262da0d..f2cb0435 100644
--- a/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js
+++ b/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js
@@ -24,11 +24,10 @@ import {
} from 'features/catalog/catalogConstants';
export const {
- [NAMESPACE]: { updateWorkflow, resetWorkflow }
+ [NAMESPACE]: { updateWorkflow }
} = createActions({
[NAMESPACE]: {
- UPDATE_WORKFLOW: undefined,
- RESET_WORKFLOW: undefined
+ UPDATE_WORKFLOW: undefined
}
});