fix: lint errors
This commit is contained in:
parent
74af92a762
commit
bd05f37d0c
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ export const history = new Elysia().use(userService).get(
|
||||||
<div id="delete-selected-container">
|
<div id="delete-selected-container">
|
||||||
<button
|
<button
|
||||||
id="delete-selected-btn"
|
id="delete-selected-btn"
|
||||||
class="flex btn-secondary flex-row gap-2 text-contrast disabled:opacity-50 disabled:cursor-not-allowed"
|
class={`
|
||||||
|
flex btn-secondary flex-row gap-2 text-contrast
|
||||||
|
disabled:cursor-not-allowed disabled:opacity-50
|
||||||
|
`}
|
||||||
disabled
|
disabled
|
||||||
>
|
>
|
||||||
<DeleteIcon />{" "}
|
<DeleteIcon />{" "}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue