Skip to content

Commit

Permalink
No need to initialize the dropZone in the component
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Nov 13, 2024
1 parent 87f6fd6 commit 539863e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public UploadDialogWidgetV2(

public void configure(String entityId) {
this.entityId = entityId;
globalApplicationState.initializeDropZone();
globalApplicationState.setDropZoneHandler(fileList ->
this.ref.current.handleUploads(fileList)
);
Expand Down

0 comments on commit 539863e

Please sign in to comment.