mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
test vercel preview deploy
This commit is contained in:
@@ -107,7 +107,7 @@ export function useFirestoreDocWithAtom<T = TableRow>(
|
||||
}
|
||||
);
|
||||
|
||||
// If `options?.updateDataAtom` was passed,
|
||||
// If `updateDataAtom` was passed,
|
||||
// set the atom’s value to a function that updates the document
|
||||
if (updateDataAtom) {
|
||||
setUpdateDataAtom(() => (update: T, deleteFields?: string[]) => {
|
||||
|
||||
Reference in New Issue
Block a user