From 4574da5ec28f9164b2d0bd71b190bf527f9a8d08 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 18 Apr 2024 15:06:36 +0530 Subject: [PATCH] Improved: comment(#181) --- src/views/BrokeringRoute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/BrokeringRoute.vue b/src/views/BrokeringRoute.vue index 12902f1..ec99dea 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -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