When changing params on the config page, they don't update/sync with the params list on the params page. If changing params on the params page they do update on the config page as that's handled by the cached params being emitted from the backend. I think the params slice already has a function to update the param value so that can be used maybe? Will have to explore what's the best way to keep everything synced without having to re-fetch all the time.
When changing params on the config page, they don't update/sync with the params list on the params page. If changing params on the params page they do update on the config page as that's handled by the cached params being emitted from the backend. I think the params slice already has a function to update the param value so that can be used maybe? Will have to explore what's the best way to keep everything synced without having to re-fetch all the time.