Remove required attribute on policy description textareas

This commit is contained in:
Andrew Dryga
2023-09-27 13:21:34 -06:00
parent ad3d5f00b7
commit 4f46cfd25f
2 changed files with 0 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>