Skip to content

Commit

Permalink
Merge pull request #5152 from kobotoolbox/release-2.024.33--issue5147…
Browse files Browse the repository at this point in the history
…-automatic-translations-bugfix

Automatic translations bugfix
  • Loading branch information
jamesrkiger authored Oct 7, 2024
2 parents 331b9dd + a8dca46 commit f1a8ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/components/processing/singleProcessingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ class SingleProcessingStore extends Reflux.Store {
}

requestAutoTranslation(languageCode: string) {
this.data.isFetchingData = true;
this.data.isPollingForTranslation = true;
processingActions.requestAutoTranslation(
this.currentAssetUid,
this.currentQuestionQpath,
Expand Down

0 comments on commit f1a8ba2

Please sign in to comment.