From a8a0e2ffef3514fd52e15b40f4b4c731376c2d07 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Thu, 10 Jul 2025 18:53:44 +0530 Subject: [PATCH] fixed Country uodated --- src/Pages/MasterModule/Country/Country.tsx | 2 +- src/Pages/MasterModule/Country/CountryAddModel.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Pages/MasterModule/Country/Country.tsx b/src/Pages/MasterModule/Country/Country.tsx index fb467d8..41dca88 100644 --- a/src/Pages/MasterModule/Country/Country.tsx +++ b/src/Pages/MasterModule/Country/Country.tsx @@ -155,7 +155,7 @@ const Country = () => { onChange={handleSearchChange} /> {/* */} - + ({ @@ -66,6 +66,7 @@ function CountryAddModel() { type: "success", }); setIsOpen(false); + refetch(); } else { toaster.create({ title: "Error",