Don't need to put into options obj, reaction does work.
This commit is contained in:
parent
03371005c1
commit
c5360e1dcb
|
@ -121,10 +121,6 @@
|
|||
await fetch.update({
|
||||
query: { equal: { _id: defaultVal } },
|
||||
})
|
||||
const defaultRow = $fetch.rows?.[0]
|
||||
if (defaultRow) {
|
||||
optionsObj[defaultRow._id] = defaultRow
|
||||
}
|
||||
hasFetchedDefaultValue = true
|
||||
}
|
||||
await fetch.update({
|
||||
|
|
Loading…
Reference in New Issue