File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
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' ;
3- import { Form } from ' @inertiajs/vue3' ;
4- import { useTemplateRef } from ' vue' ;
5-
63import HeadingSmall from ' @/components/HeadingSmall.vue' ;
74import { Button } from ' @/components/ui/button' ;
85import {
@@ -15,8 +12,7 @@ import {
1512 DialogTitle ,
1613 DialogTrigger ,
1714} from ' @/components/ui/dialog' ;
18-
19- const passwordInput = useTemplateRef (' passwordInput' );
15+ import { Form } from ' @inertiajs/vue3' ;
2016 </script >
2117
2218<template >
@@ -48,7 +44,7 @@ const passwordInput = useTemplateRef('passwordInput');
4844 preserveScroll: true,
4945 }"
5046 class =" space-y-6"
51- v-slot =" { errors, processing, reset, clearErrors }"
47+ v-slot =" { processing, reset, clearErrors }"
5248 >
5349 <DialogHeader class =" space-y-3" >
5450 <DialogTitle
You can’t perform that action at this time.
0 commit comments