Solutionunvalidated
Update the store slice directly without the functional `set` callback, e.g. `set({ storagePolicySettings })` instead of spreading and returning a new state object.
df6c59f2-42d7-468c-8c41-7ce57376f342
Update the store slice directly without the functional set callback, e.g. set({ storagePolicySettings }) instead of spreading and returning a new state object.