aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js b/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js
index 4fe857dd..0cce3e5c 100644
--- a/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js
+++ b/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js
@@ -23,8 +23,7 @@ import {
} from 'features/workflow/overview/overviewSelectors';
import {
getVersionsAction,
- updateWorkflowAction,
- selectVersionAction
+ updateWorkflowAction
} from 'features/workflow/overview/overviewConstansts';
import { NEW_VERSION_MODAL } from 'shared/modal/modalWrapperComponents';
import { showCustomModalAction } from 'shared/modal/modalWrapperActions';
@@ -42,7 +41,6 @@ function mapStateToProps(state) {
function mapDispatchToProps(dispatch) {
return {
getOverview: workflowId => dispatch(getVersionsAction(workflowId)),
- onSelectVersion: payload => dispatch(selectVersionAction(payload)),
showNewVersionModal: () =>
dispatch(
showCustomModalAction({