mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Items data table.
This commit is contained in:
7
client/src/store/items/items.selectors.js
Normal file
7
client/src/store/items/items.selectors.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
export const getItemsViewPages = (itemsViews, viewId) => {
|
||||
return itemsViews[viewId] ?
|
||||
itemsViews[viewId].pages : {};
|
||||
};
|
||||
Reference in New Issue
Block a user