0๐
โ
- Use a comma instead of plus in your axios request
- Not sure what your response is but this does nothing
state.details.findIndex((param) => param.id === detail);
- You need to push into array if not exists
Source:stackexchange.com