Skip to content

Commit

Permalink
Set node name when applying orchestrate.deploy_node
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Jun 8, 2022
1 parent 4e0a634 commit 39452cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/NodePageOverviewTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const NodePageOverviewTab = (props) => {
label={intl.formatMessage({ id: 'deploy' })}
variant="secondary"
onClick={() => {
dispatch(deployNodeAction({ nodeName }));
dispatch(deployNodeAction({ name: nodeName }));
}}
/>
) : (
Expand Down

0 comments on commit 39452cf

Please sign in to comment.