Skip to content

Commit

Permalink
Fix sapsystem saga
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Jul 3, 2023
1 parent 73a460b commit 365eb38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/state/sagas/sapSystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ function* applicationInstanceRegistered({ payload }) {
);
}

export function* applicationInstanceMoved({ payload: { sid, instance_number } }) {
export function* applicationInstanceMoved({ payload }) {
const { sid, instance_number } = payload;
yield put(updateApplicationInstanceHost(payload));
yield put(
notify({
Expand Down

0 comments on commit 365eb38

Please sign in to comment.