Skip to content

Commit

Permalink
Merge pull request #5517 from nickgros/SWC-6940
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Sep 11, 2024
2 parents bc1c926 + c5c602c commit bf57ad7
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 bf57ad7

Please sign in to comment.