Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 497 Bytes

2022-05-23-fix-display-warning-alert.md

File metadata and controls

9 lines (9 loc) · 497 Bytes
title issue
Fix display warning alert
NEXT-18634

Administration

  • Removed flowChanges computed in /module/sw-flow/page/sw-flow-detail/index.js.
  • Changed beforeRouteLeave in /module/sw-flow/page/sw-flow-detail/index.js hook to use new logic for checking has any change.
  • Added new originFlow state in /module/sw-flow/state/flow.state.js to compare with new change data.
  • Added new hasFlowChanged getter in /module/sw-flow/state/flow.state.js to detected change data.