Prettier.
This commit is contained in:
parent
f04451a2ed
commit
5dd473119c
|
@ -186,7 +186,11 @@
|
||||||
(selectedValue && !optionsObj[selectedValue as string])
|
(selectedValue && !optionsObj[selectedValue as string])
|
||||||
) {
|
) {
|
||||||
await fetch.update({
|
await fetch.update({
|
||||||
query: { oneOf: { _id: Array.isArray(selectedValue) ? selectedValue : [selectedValue] }}
|
query: {
|
||||||
|
oneOf: {
|
||||||
|
_id: Array.isArray(selectedValue) ? selectedValue : [selectedValue],
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue