createCustomer updated

This commit is contained in:
joshikannan
2024-01-22 16:25:54 +05:30
parent 183a1870e1
commit bea9164791
2 changed files with 502 additions and 485 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -746,6 +746,9 @@ const Createorder1 = () => {
console.log('fetchTenantPricing error', error);
}
};
useEffect(() => {
fetchTenantPricing();
}, []);
useEffect(() => {
console.log('startPoint', startPoint);