Skip to content

Commit

Permalink
Update assets/javascripts/discourse/components/csv-uploader.gjs
Browse files Browse the repository at this point in the history
Co-authored-by: Jarek Radosz <[email protected]>
  • Loading branch information
davidtaylorhq and CvX authored Oct 24, 2024
1 parent a7d6841 commit aed6e85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/javascripts/discourse/components/csv-uploader.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ export default class CsvUploader extends Component {

get uploadButtonDisabled() {
// https://github.com/emberjs/ember.js/issues/10976#issuecomment-132417731
return this.uppyUpload.uploading || this.uppyUpload.processing
? true
: null;
return this.uppyUpload.uploading || this.uppyUpload.processing || null;
}

<template>
Expand Down

0 comments on commit aed6e85

Please sign in to comment.