feat: remove SET_DASHBOARD_REQUEST_LOADING reducer.

feat: fix dropdown filter.
feat: fix fetch resource data.
This commit is contained in:
Ahmed Bouhuolia
2020-10-20 19:58:24 +02:00
parent 00ba1bb75e
commit 322af97d77
51 changed files with 1160 additions and 1009 deletions

View File

@@ -32,13 +32,13 @@ function CustomerForm({
// #withDashboardActions
changePageTitle,
//#withCustomers
// #withCustomers
customers,
//#withCustomerDetail
// #withCustomerDetail
customer,
//#withCustomersActions
// #withCustomersActions
requestSubmitCustomer,
requestFetchCustomers,
requestEditCustomer,
@@ -47,7 +47,7 @@ function CustomerForm({
requestSubmitMedia,
requestDeleteMedia,
//#Props
// #Props
onFormSubmit,
onCancelForm,
}) {

View File

@@ -6,6 +6,7 @@ import { RadioGroup, Radio } from '@blueprintjs/core';
export default function RadioCustomer(props) {
const { onChange, ...rest } = props;
const { formatMessage } = useIntl();
return (
<RadioGroup
inline={true}