Skip to content

Commit

Permalink
fix translate change password (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccio82 authored Apr 29, 2021
1 parent 2404079 commit 0fc9a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class JobContainer extends React.Component {
let self = this
let label = ''
switch (revision_number) {
case null: {
case undefined: {
this.oldPassword = this.props.job.get('password')
label = 'Translate'
break
Expand Down

0 comments on commit 0fc9a91

Please sign in to comment.