PR improves user experience upon setting new config values. Existing implementation refreshes the UI without ensuring new values are persisted, this results in reading and displaying previous values instead of the newly set.
PR addresses that by ensuring setConfigs is resolved.
PR improves user experience upon setting new config values. Existing implementation refreshes the UI without ensuring new values are persisted, this results in reading and displaying previous values instead of the newly set. PR addresses that by ensuring
setConfigs
is resolved.