Skip to content

Commit

Permalink
SWC-6940 - Fix UploaderView breaking after link created
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Sep 11, 2024
1 parent bc1c926 commit c5c602c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ protected void configure() {
bind(FileHandleUploadWidget.class).to(FileHandleUploadWidgetImpl.class);

// LocationableUploader
bind(UploaderView.class).to(UploaderViewImpl.class);
bind(UploaderView.class).to(UploaderViewImpl.class).in(Singleton.class);
bind(QuizInfoWidgetView.class).to(QuizInfoViewImpl.class);

// EntityTreeBrowser
Expand Down

0 comments on commit c5c602c

Please sign in to comment.