mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: fix items list datatable.
This commit is contained in:
@@ -53,7 +53,7 @@ function ItemsActionsBar({
|
||||
// Handle tab changing.
|
||||
const handleTabChange = (viewId) => {
|
||||
addItemsTableQueries({
|
||||
custom_view_id: viewId.id || null,
|
||||
customViewId: viewId.id || null,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -87,7 +87,7 @@ function ItemsActionsBar({
|
||||
>
|
||||
<Button
|
||||
className={classNames(Classes.MINIMAL, 'button--filter')}
|
||||
text={`${formatMessage({ id: 'filters_applied' })}`}
|
||||
text={`${formatMessage({ id: 'filter' })}`}
|
||||
icon={<Icon icon="filter-16" iconSize={16} />}
|
||||
/>
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user