Skip to content

Commit

Permalink
Reload workspace options on paymodel change (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 authored Nov 6, 2023
1 parent 644dcbd commit 4eb54b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Workspace/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ class Workspace extends React.Component {
this.setState({
payModel: data,
});
this.getWorkspaceOptions();
});
}
});
Expand Down

0 comments on commit 4eb54b0

Please sign in to comment.