Skip to content

Commit

Permalink
Merge pull request #3990 from cisagov/feature/CRRM-309
Browse files Browse the repository at this point in the history
removed ', .acet' from the TSA import tooltip
  • Loading branch information
inlguy authored Jul 18, 2024
2 parents dbffaa1 + 7136f76 commit ac0e110
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export class MyAssessmentsComponent implements OnInit {
this.ncuaSvc.reset();
break;
case 'TSA':
// ACET files shouldn't be imported into the TSA version
this.importExtensions = this.importExtensions.replace(', .acet', '');
this.isTSA = true;
break;
case 'CF':
Expand Down

0 comments on commit ac0e110

Please sign in to comment.