Website: Add fourth option to "What do you manage" question in /start questionnaire. (#18404)

Related to: https://github.com/fleetdm/confidential/issues/6154

Changes:
- Added a fourth option to the "what do you manage" question in the
/start questionnaire: "I'm just curious"
This commit is contained in:
Eric 2024-04-18 18:19:13 -05:00 committed by GitHub
parent b52fe302c9
commit e2a7170b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -364,6 +364,11 @@
<span purpose="custom-radio"><span purpose="custom-radio-selected"></span></span>
About half and half
</label>
<label purpose="form-option" class="form-control" :class="[formData['what-do-you-manage-mdm'].mdmUseCase === 'no-use-case-yet' ? 'selected' : '']">
<input type="radio" v-model.trim="formData['what-do-you-manage-mdm'].mdmUseCase" value="no-use-case-yet" @input="clickClearOneFormError('mdmUseCase')">
<span purpose="custom-radio"><span purpose="custom-radio-selected"></span></span>
I'm just curious
</label>
<div class="invalid-feedback" v-if="formErrors.mdmUseCase">Please select an option</div>
</div>
</div>