fix: capitalization in default InputForm

This commit is contained in:
Braden Wong 2024-03-01 01:17:20 -08:00 committed by GitHub
parent bc25ae5605
commit 98e2756ead
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>