Add QA option for release channel

pull/64/head
Chris Veilleux 2022-01-04 18:48:54 -06:00
parent b8349affe1
commit 8fb2417cf7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export class SoftwareReleaseCardComponent implements OnInit {
constructor() {
this.releaseChannelConfig = {
options: ['Stable', 'Latest'],
options: ['Stable', 'Latest', 'QA'],
buttonWidth: '130px'
};
}