Minor Changes
- Added ability to compare
or
filters. This was a missing feature on filters inuseTable
hook. With this feature, we will preventor
filter bugs (Resolves #2124) such as re-adding the same filters and being unable to modifyor
filter. To removeor
filter withmerge
behavior, you should pass an empty object asvalue
.
Patch Changes
-
Fix redirection after submit in
useForm
. Bothedit
andcreate
will redirect tolist
(it wasedit
previously)Resolves #2123