fix lint issue
This commit is contained in:
parent
cd6e946e7b
commit
997704ba7d
|
@ -96,9 +96,7 @@
|
|||
onConfirm={updateApp}
|
||||
disabled={!(valid && dirty)}
|
||||
>
|
||||
<Body size="S">
|
||||
Update the name of your app.
|
||||
</Body>
|
||||
<Body size="S">Update the name of your app.</Body>
|
||||
<Input
|
||||
bind:value={$values.name}
|
||||
error={$touched.name && $errors.name}
|
||||
|
|
Loading…
Reference in New Issue