Skip to content

Commit

Permalink
Remove textarea type prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Sep 25, 2023
1 parent 0323933 commit 9d24824
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion framerail/src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ as soon as we can figure out prettier support for it.
name="comments"
class="editor-comments"
placeholder="comments"
type="text"
/>
<div class="editor-actions">
<button
Expand Down
2 changes: 0 additions & 2 deletions framerail/src/routes/[slug]/[...extra]/page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
name="comments"
class="editor-comments"
placeholder="comments"
type="text"
/>
<div class="editor-actions">
<button
Expand Down Expand Up @@ -192,7 +191,6 @@
name="comments"
class="page-move-comments"
placeholder="comments"
type="text"
/>
<div class="page-move-actions">
<button
Expand Down

0 comments on commit 9d24824

Please sign in to comment.