mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Remove required attribute on policy description textareas
This commit is contained in:
@@ -47,7 +47,6 @@ defmodule Web.Policies.Edit do
|
||||
type="textarea"
|
||||
label="Policy Name"
|
||||
placeholder="Enter a Policy Name here"
|
||||
required
|
||||
phx-debounce="300"
|
||||
/>
|
||||
<:actions>
|
||||
|
||||
@@ -59,7 +59,6 @@ defmodule Web.Policies.New do
|
||||
type="textarea"
|
||||
label="Description"
|
||||
placeholder="Enter a reason for creating a policy here"
|
||||
required
|
||||
phx-debounce="300"
|
||||
/>
|
||||
<:actions>
|
||||
|
||||
Reference in New Issue
Block a user