fix: resolve css issues with button icons
This commit is contained in:
parent
328302cd81
commit
888c1a5fb6
3 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ export default function Add({ magic }: Props) {
|
|||
method="POST"
|
||||
onSubmit={(event) => {
|
||||
submit(event.currentTarget);
|
||||
setUsername('');
|
||||
}}
|
||||
>
|
||||
<input type="hidden" name="_method" value="create" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue