1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

fix lint issue

This commit is contained in:
Maurits Lourens 2021-08-18 11:24:25 +02:00
parent cd6e946e7b
commit 997704ba7d

View file

@ -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}