File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import ProfileController from ' @/actions/App/Http/Controllers/Settings/ProfileController' ;
33import { Form } from ' @inertiajs/vue3' ;
4- import { useTemplateRef } from ' vue' ;
54
65import HeadingSmall from ' @/components/HeadingSmall.vue' ;
76import { 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
You can’t perform that action at this time.
0 commit comments