Skip to content

Commit

Permalink
Fixed: archived routing cards to be dispalyed correctly after unarchi…
Browse files Browse the repository at this point in the history
…ving a rule(#181)
  • Loading branch information
ymaheshwari1 committed Apr 25, 2024
1 parent 59e93f4 commit ebc02bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArchivedRoutingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ async function updateOrderRouting(routing: Route, fieldToUpdate: string, value:
props.saveRoutings([{
...routing,
[fieldToUpdate]: value
}])
}, ...routings.value])
}
</script>

0 comments on commit ebc02bd

Please sign in to comment.