Catching http error 400 whatever their formats
This commit is contained in:
@@ -54,7 +54,7 @@ const List = <T extends GridValidRowModel>(props: ListProps) => {
|
||||
const { currentFirm } = useContext(FirmContext);
|
||||
const resourceBasePath = `firm/${currentFirm.instance}/${currentFirm.firm}`
|
||||
|
||||
const { dataGridProps } = useDataGrid<T>({
|
||||
const { dataGridProps, tableQueryResult } = useDataGrid<T>({
|
||||
resource: `${resourceBasePath}/${resource}`,
|
||||
});
|
||||
const navigate = useNavigate();
|
||||
|
||||
Reference in New Issue
Block a user