-1👍
In a mutation just do something like this:
state.info = state.info.map(x => ({
...x,
status: ''
})
Source:stackexchange.com
-1👍
In a mutation just do something like this:
state.info = state.info.map(x => ({
...x,
status: ''
})