add / edit / delete user warrens
This commit is contained in:
@@ -121,11 +121,14 @@ const onSubmit = form.handleSubmit(async (values) => {
|
||||
</FormField>
|
||||
</form>
|
||||
|
||||
<AlertDialogFooter>
|
||||
<AlertDialogFooter class="gap-y-0">
|
||||
<AlertDialogCancel variant="outline" @click="cancel"
|
||||
>Cancel</AlertDialogCancel
|
||||
>
|
||||
<AlertDialogAction type="submit" form="create-user-form"
|
||||
<AlertDialogAction
|
||||
type="submit"
|
||||
form="create-user-form"
|
||||
:disabled="creating"
|
||||
>Create</AlertDialogAction
|
||||
>
|
||||
</AlertDialogFooter>
|
||||
|
||||
Reference in New Issue
Block a user