Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Aug 22, 2023
1 parent bade7fc commit 289f196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/afform/core/ang/af/afForm.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
};

function displaySubmitButton(args) {
if (args['sid'] && args['sid'].length > 0) {
if (args.sid && args.sid.length > 0) {
return false;
}
return true;
};
}

// Used when submitting file fields
this.fileUploader = new FileUploader({
Expand Down

0 comments on commit 289f196

Please sign in to comment.