Fix feed controls

This commit is contained in:
Jonathan Staab 2023-10-20 16:18:17 -07:00
parent 532bcb3692
commit 8d3c28b78c

View File

@ -95,7 +95,7 @@
return parts
}
const onChange = filter => router.fromCurrent().qp({filter}).push()
const onChange = filter => router.fromCurrent().qp({filter}).replace()
const removePart = keys => {
filter = omit(keys, filter)