@weirdfingers/boards 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -189,8 +189,10 @@ export function useBoard(
189
189
  }
190
190
 
191
191
  const result = await updateBoardMutation({
192
- id: boardId,
193
- input: updates,
192
+ input: {
193
+ id: boardId,
194
+ ...updates,
195
+ },
194
196
  });
195
197
 
196
198
  if (result.error) {