Skip to content

Commit

Permalink
update dropzone example to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Sep 19, 2024
1 parent fbeee8d commit 0c813be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const DropzoneExample: React.FunctionComponent = () => {
};

return (
<FileDropZone onFileDrop={handleFileDrop}>
<FileDropZone onFileDrop={handleFileDrop} displayMode="fullscreen">
<div className="pf-chatbot__file-drop-zone-example">
Content that shows when no dragging is happening (drag an item here to see the drop zone)
</div>
Expand Down

0 comments on commit 0c813be

Please sign in to comment.