Add: shared skeleton, dark toggle bg, fixed: multi select patching issue
This commit is contained in:
@@ -16,7 +16,7 @@ export const customersService = {
|
||||
const response = await api.get(API_ENDPOINTS.CUSTOMERS.READ_ALL, {
|
||||
params,
|
||||
});
|
||||
return CustomerListResponseSchema.parse(response.data);
|
||||
return response.data
|
||||
} catch (error) {
|
||||
console.error("ERROR caught in Customers Services Read all:", error);
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user