Skip to content

Commit

Permalink
🖥️ feat/preview
Browse files Browse the repository at this point in the history
  • Loading branch information
velascoandres committed Mar 10, 2024
1 parent 78c3872 commit 6b5ba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_whiteboards/components/whiteboard-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props {
attachedSpace?: boolean
selectedWhiteboard?: Whiteboard

onWhiteboardSelect: (whiteboard: Whiteboard | undefined) => void
onWhiteboardSelect: (whiteboard: Omit<Whiteboard, 'content'> | undefined) => void
}


Expand Down

0 comments on commit 6b5ba59

Please sign in to comment.