remove maintain attrs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-16 01:10:45 -04:00
parent ab1a288928
commit b85b1735c0
25 changed files with 403 additions and 421 deletions

View File

@ -31,7 +31,6 @@
id: "container-form-desc",
class: "input input-primary col-span-2",
placeholder: gettext("Metal ammo can with the anime girl sticker"),
phx_hook: "MaintainAttrs",
phx_update: "ignore"
) %>
<%= error_tag(f, :desc, "col-span-3 text-center") %>
@ -49,7 +48,6 @@
id: "container-form-location",
class: "input input-primary col-span-2",
placeholder: gettext("On the bookshelf"),
phx_hook: "MaintainAttrs",
phx_update: "ignore"
) %>
<%= error_tag(f, :location, "col-span-3 text-center") %>