fix: capitalization in new york InputForm

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

View File

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