Skip to content

Commit

Permalink
Don't need to put into options obj, reaction does work.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Oct 13, 2023
1 parent 6b45bf7 commit f1f706b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit f1f706b

Please sign in to comment.