Skip to content

Commit

Permalink
add cluster refresh after fence device arg update
Browse files Browse the repository at this point in the history
  • Loading branch information
idevat committed Jan 13, 2022
1 parent 49114f8 commit 8a861c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/store/sagas/fenceDeviceUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export function* updateArguments({
return;
}

yield put({
type: "FENCE_DEVICE.EDIT_ARGS.RUN.OK",
key,
});
yield put({ type: "CLUSTER.STATUS.REFRESH", key });
yield put({ type: "FENCE_DEVICE.EDIT_ARGS.RUN.OK", key });
}

0 comments on commit 8a861c5

Please sign in to comment.