mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
fix(policies): mark policy name as required to enforce client side validation (#14589) (#14604) (#14608)
Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
parent
45b19a42fe
commit
d725ce2e20
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue