Skip to content

Commit

Permalink
fixed minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Sep 10, 2024
1 parent e1a010f commit 037dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/playground/SessionsDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ export default {
break;
}
case 'Document Back': {
this.popupImage = this.session.ocriddocsDetails.tokenFrontDocumentImage
this.popupImage = this.session.ocriddocsDetails.tokenBackDocumentImage
break;
}
}
Expand Down

0 comments on commit 037dee3

Please sign in to comment.