lib/ui_bibz/ui/ux/tables/components/store.rb in ui_bibz-2.0.0.alpha16 vs lib/ui_bibz/ui/ux/tables/components/store.rb in ui_bibz-2.0.0.alpha18

- old
+ new

@@ -71,10 +71,10 @@ def params @store.params || {} end def parameters - @store.params + @store.params.to_h end def action @store.action end