mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
release: v4.1.0
This commit is contained in:
@ -70,7 +70,7 @@ export const DangerZoneSettings = () => {
|
||||
</div>
|
||||
|
||||
<Form {...form}>
|
||||
<form onSubmit={form.handleSubmit(onDelete)} className="grid gap-6 sm:grid-cols-2">
|
||||
<form className="grid gap-6 sm:grid-cols-2" onSubmit={form.handleSubmit(onDelete)}>
|
||||
<FormField
|
||||
name="deleteConfirm"
|
||||
control={form.control}
|
||||
|
||||
Reference in New Issue
Block a user