Remove optional tag from edit env name form
This commit is contained in:
parent
e5f83d2456
commit
865613935d
@ -76,7 +76,7 @@
|
|||||||
<li class="accordion-table__item-toggle-content__expanded">
|
<li class="accordion-table__item-toggle-content__expanded">
|
||||||
<form action="{{ url_for('applications.update_environment', environment_id=env['id']) }}" method="post" v-on:submit="handleSubmit">
|
<form action="{{ url_for('applications.update_environment', environment_id=env['id']) }}" method="post" v-on:submit="handleSubmit">
|
||||||
{{ edit_form.csrf_token }}
|
{{ edit_form.csrf_token }}
|
||||||
{{ TextInput(edit_form.name, validation='requiredField') }}
|
{{ TextInput(edit_form.name, validation='requiredField', optional=False) }}
|
||||||
{{
|
{{
|
||||||
SaveButton(
|
SaveButton(
|
||||||
text=("common.save" | translate)
|
text=("common.save" | translate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user