Don't need to put into options obj, reaction does work.

This commit is contained in:
mike12345567 2023-10-13 12:53:18 +01:00
parent 03371005c1
commit c5360e1dcb
1 changed files with 0 additions and 4 deletions

View File

@ -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({