[ update changes ]

This commit is contained in:
YasinShaikh123
2025-06-18 15:34:32 +05:30
parent 021eb6e4db
commit 0531684c73
24 changed files with 952 additions and 723 deletions

View File

@@ -175,7 +175,7 @@ const AgencyMaster = () => {
}}
onPageChange={handlePageChange}
/>
</Box>
</Box>
</MainFrame>
)
}

View File

@@ -28,7 +28,7 @@ function ViewAgencyAddModel({ refetch }: { refetch: VoidFunction }) {
...prev,
[name]: value,
}));
}
}
const handleSubmit = async () => {
console.log("New Data:", formData);