Skip to content

Commit 301d1d4

Browse files
committed
fix linting issue
1 parent 88cae66 commit 301d1d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/js/components/DeleteUser.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script setup lang="ts">
22
import ProfileController from '@/actions/App/Http/Controllers/Settings/ProfileController';
33
import { Form } from '@inertiajs/vue3';
4-
import { useTemplateRef } from 'vue';
54
65
import HeadingSmall from '@/components/HeadingSmall.vue';
76
import { Button } from '@/components/ui/button';
@@ -15,8 +14,6 @@ import {
1514
DialogTitle,
1615
DialogTrigger,
1716
} from '@/components/ui/dialog';
18-
19-
const passwordInput = useTemplateRef('passwordInput');
2017
</script>
2118

2219
<template>
@@ -48,7 +45,7 @@ const passwordInput = useTemplateRef('passwordInput');
4845
preserveScroll: true,
4946
}"
5047
class="space-y-6"
51-
v-slot="{ errors, processing, reset, clearErrors }"
48+
v-slot="{ processing, reset, clearErrors }"
5249
>
5350
<DialogHeader class="space-y-3">
5451
<DialogTitle

0 commit comments

Comments
 (0)