1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +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} 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}