Simplify class attribute assignment in user form
This commit is contained in:
parent
a09aa1ef50
commit
721e8edf33
1 changed files with 1 additions and 3 deletions
|
|
@ -862,9 +862,7 @@ export const user = new Elysia()
|
||||||
<form
|
<form
|
||||||
method="post"
|
method="post"
|
||||||
action={`${WEBROOT}/account/edit-user`}
|
action={`${WEBROOT}/account/edit-user`}
|
||||||
class={`
|
class="flex flex-col gap-4"
|
||||||
flex flex-col gap-4
|
|
||||||
`}
|
|
||||||
>
|
>
|
||||||
<input type="hidden" name="userId" value={String(targetUser.id)} />
|
<input type="hidden" name="userId" value={String(targetUser.id)} />
|
||||||
<fieldset class="mb-4 flex flex-col gap-4">
|
<fieldset class="mb-4 flex flex-col gap-4">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue