@omniumretail/component-library 1.3.9 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25194,7 +25194,7 @@ const ResponsiveTable = (props) => {
|
|
|
25194
25194
|
);
|
|
25195
25195
|
setCustomFilters(filters);
|
|
25196
25196
|
}
|
|
25197
|
-
}, [dataSource
|
|
25197
|
+
}, [dataSource]);
|
|
25198
25198
|
const shouldRenderSortDropdown = customFilters.length > 0;
|
|
25199
25199
|
const tableWrapperClasses = classNames({
|
|
25200
25200
|
[styles$7.tableWrapperNoSelection]: !rowSelection
|