mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
BIG-118: feat: hide the pagination before table has minimum items length.
This commit is contained in:
@@ -89,7 +89,7 @@ function CustomerActionsBar({
|
||||
|
||||
// Handle table row size change.
|
||||
const handleTableRowSizeChange = (size) => {
|
||||
addSetting('custoemrs', 'tableSize', size);
|
||||
addSetting('customers', 'tableSize', size);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user