This commit is contained in:
elforjani3
2021-03-19 20:38:26 +02:00
87 changed files with 1435 additions and 929 deletions

View File

@@ -16,13 +16,13 @@ function PaymentMadesListProvider({ query, ...props }) {
// Fetch accounts resource views and fields.
const {
data: paymentMadesViews,
isFetching: isViewsLoading,
isLoading: isViewsLoading,
} = useResourceViews('bill_payments');
// Fetch the accounts resource fields.
const {
data: paymentMadesFields,
isFetching: isFieldsLoading,
isLoading: isFieldsLoading,
} = useResourceFields('bill_payments');
// Fetch accounts list according to the given custom view id.