Skip to content

Commit

Permalink
Merge pull request #205 from ymaheshwari1/#181
Browse files Browse the repository at this point in the history
Fixed: archived routing cards to be dispalyed correctly after unarchiving a rule(#181)
  • Loading branch information
ymaheshwari1 authored Apr 25, 2024
2 parents 5753927 + ebc02bd commit c711ef4
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 c711ef4

Please sign in to comment.