Skip to content

Commit

Permalink
LIMS-1530: Add To Queue Fails when Not Completed filter applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Williams committed Nov 19, 2024
1 parent 0904d6d commit 7785009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/modules/imaging/views/queuecontainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ define(['marionette',
},

refreshSubSamples: function() {
this.subsamples.fetch()
this.subsamples.fetch().done(this.onSubsamplesReady.bind(this))
},

initialize: function() {
Expand Down

0 comments on commit 7785009

Please sign in to comment.