aefis-core-ui 2.1.18 → 2.1.19
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.
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -10516,10 +10516,8 @@ const RichDataTable = /*#__PURE__*/forwardRef(function RichDatatable(props, ref)
|
|
|
10516
10516
|
const [enableTableRowAction, setEnableTableRowAction] = useState(false);
|
|
10517
10517
|
const [selectedRowCount, setSelectedRowCount] = useState(0);
|
|
10518
10518
|
const [filterPanelState, setFilterPanelState] = useState(initialFilterState);
|
|
10519
|
-
console.log("filterPanelState ", filterPanelState);
|
|
10520
10519
|
const {
|
|
10521
|
-
info
|
|
10522
|
-
error
|
|
10520
|
+
info
|
|
10523
10521
|
} = useNotify();
|
|
10524
10522
|
const queryParams = _extends({}, props.parameters, {
|
|
10525
10523
|
filter: _extends({}, filterPanelState.filter, props.filterParameters),
|