fix(policies): mark policy name as required to enforce client side validation (#14589) (#14603)

Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
Vault Automation 2026-05-07 08:46:20 -06:00 committed by GitHub
parent e4ea06c9de
commit 5ec71e45ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@
<Hds::Form::TextInput::Field
name="name"
@value={{lowercase @model.name}}
@isRequired={{true}}
placeholder="Enter the policy name"
autocomplete="off"
spellcheck="false"