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
|
||||
method="post"
|
||||
action={`${WEBROOT}/account/edit-user`}
|
||||
class={`
|
||||
flex flex-col gap-4
|
||||
`}
|
||||
class="flex flex-col gap-4"
|
||||
>
|
||||
<input type="hidden" name="userId" value={String(targetUser.id)} />
|
||||
<fieldset class="mb-4 flex flex-col gap-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue