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