File tree 1 file changed +4
-4
lines changed
stubs/inertia/resources/js/Pages/Profile
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
</div >
21
21
22
22
<!-- Delete Account Confirmation Modal -->
23
- <jet-confirmation -modal :show =" confirmingUserDeletion" @close =" confirmingUserDeletion = false" >
23
+ <jet-dialog -modal :show =" confirmingUserDeletion" @close =" confirmingUserDeletion = false" >
24
24
<template #title >
25
25
Delete Account
26
26
</template >
47
47
Delete Account
48
48
</jet-danger-button >
49
49
</template >
50
- </jet-confirmation -modal >
50
+ </jet-dialog -modal >
51
51
</template >
52
52
</jet-action-section >
53
53
</template >
54
54
55
55
<script >
56
56
import JetActionSection from ' ./../../Jetstream/ActionSection'
57
57
import JetButton from ' ./../../Jetstream/Button'
58
- import JetConfirmationModal from ' ./../../Jetstream/ConfirmationModal '
58
+ import JetDialogModal from ' ./../../Jetstream/DialogModal '
59
59
import JetDangerButton from ' ./../../Jetstream/DangerButton'
60
60
import JetInput from ' ./../../Jetstream/Input'
61
61
import JetInputError from ' ./../../Jetstream/InputError'
65
65
components: {
66
66
JetActionSection,
67
67
JetButton,
68
- JetConfirmationModal,
69
68
JetDangerButton,
69
+ JetDialogModal,
70
70
JetInput,
71
71
JetInputError,
72
72
JetSecondaryButton,
You can’t perform that action at this time.
0 commit comments