aefis-core-ui 2.2.1-rc3 → 2.2.1-rc4

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.
@@ -10525,10 +10525,8 @@ const RichDataTable = /*#__PURE__*/forwardRef(function RichDatatable(props, ref)
10525
10525
  const [enableTableRowAction, setEnableTableRowAction] = useState(false);
10526
10526
  const [selectedRowCount, setSelectedRowCount] = useState(0);
10527
10527
  const [filterPanelState, setFilterPanelState] = useState(initialFilterState);
10528
- console.log("filterPanelState ", filterPanelState);
10529
10528
  const {
10530
- info,
10531
- error
10529
+ info
10532
10530
  } = useNotify();
10533
10531
  const queryParams = _extends({}, props.parameters, {
10534
10532
  filter: _extends({}, filterPanelState.filter, props.filterParameters),