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",