fix: capitalization in new york InputFormAutoAnimate

This commit is contained in:
Braden Wong 2024-03-01 01:16:44 -08:00 committed by GitHub
parent b3acf8f66a
commit 4c7c554c91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,5 +50,5 @@ const onSubmit = handleSubmit((values) => {
<Button type="submit"> <Button type="submit">
Submit Submit
</Button> </Button>
</Form> </form>
</template> </template>