CreateWhiteboardDialog component
Displays a dialog to create a new whiteboard with a custom name. Uses the client API to upload the whiteboard file.
<CreateWhiteboardDialog open={showDialog} onClose={() => setShowDialog(false)} onCreate={(fileId, fileName) => { setWhiteboardFileId(fileId); setShowDialog(false); }} defaultName="Team Whiteboard"/> Copy
<CreateWhiteboardDialog open={showDialog} onClose={() => setShowDialog(false)} onCreate={(fileId, fileName) => { setWhiteboardFileId(fileId); setShowDialog(false); }} defaultName="Team Whiteboard"/>
CreateWhiteboardDialog component
Displays a dialog to create a new whiteboard with a custom name. Uses the client API to upload the whiteboard file.