I found this post which helped me map the string array to numbers.
{{queryUsers.data.DefaultTaskCategory[0].split(',').map(item => Number(item))}} returns numbers and the switch group works perfectly now.
I found this post which helped me map the string array to numbers.
{{queryUsers.data.DefaultTaskCategory[0].split(',').map(item => Number(item))}} returns numbers and the switch group works perfectly now.