mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP Advanced filter.
This commit is contained in:
@@ -4,7 +4,6 @@ import t from 'store/types';
|
||||
export const fetchResourceColumns = ({ resourceSlug }) => {
|
||||
return (dispatch) => new Promise((resolve, reject) => {
|
||||
ApiService.get(`resources/${resourceSlug}/columns`).then((response) => {
|
||||
console.log(t.RESOURCE_COLUMNS_SET);
|
||||
dispatch({
|
||||
type: t.RESOURCE_COLUMNS_SET,
|
||||
columns: response.data.resource_columns,
|
||||
|
||||
Reference in New Issue
Block a user