File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
CSETWebApi/CSETWeb_Api/CSETWebCore.Business/App_Data/FieldValidation
CSETWebNg/src/app/assessment/prepare/assessment-info/demographics-iod Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1919 "key" : " NumberEmployeesTotal" ,
2020 "value" : " Number of employees in the agency/business"
2121 },
22- {
23- "key" : " AnnualRevenue" ,
24- "value" : " Annual revenue/funding of agency/business"
25- },
2622 {
2723 "key" : " Standard1" ,
2824 "value" : " Most important standard/body of practice"
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ <h6 class="mb-4">
9494 What is the total annual funding for your governmental organization or agency?
9595 </ label >
9696
97- < select [ngClass] =" { 'is-invalid' : !demographicData.annualRevenue } " class ="form-select " id ="totalAnnualRevenue "
97+ < select class ="form-select " id ="totalAnnualRevenue "
9898 tabindex ="0 " name ="totalAnnualRevenue " [(ngModel)] ="demographicData.annualRevenue "
9999 (ngModelChange) ="update($event) ">
100100 < option [ngValue] ="null "> -- {{t('select')}} --</ option >
You can’t perform that action at this time.
0 commit comments