Skip to content

Commit

Permalink
render all fix (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
soson authored Dec 7, 2021
1 parent e84a797 commit 76ddea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frinx-gamma/src/pages/control-page/control-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const ControlPage: VoidFunctionComponent<Props> = ({
version: 1,
input: {
// eslint-disable-next-line @typescript-eslint/naming-convention
unistore_node_name: 'network',
action: 'commit',
unistore_node_name: 'service',
action: 'dryrun',
US_UI_TX: unwrap(getTransactionId()),
},
})
Expand Down

0 comments on commit 76ddea7

Please sign in to comment.