Skip to content

Commit

Permalink
Improved: comment(hotwax#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Apr 18, 2024
1 parent 1dfd7ba commit 4574da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringRoute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ async function openArchivedRoutingModal() {
component: ArchivedRoutingModal,
componentProps: {
archivedRoutings: getArchivedOrderRoutings(),
// Passed a function as prop to update the routings whenever archive is clicked for a routing
// Passed a function as prop to update the routings whenever routing is unarchived from a modal
saveRoutings: (routings: any) => {
if(routings) {
hasUnsavedChanges.value = true
Expand Down

0 comments on commit 4574da5

Please sign in to comment.