1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

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

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