File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
stubs/inertia/resources/js/Pages/Profile Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 </div >
2121
2222 <!-- Delete Account Confirmation Modal -->
23- <jet-confirmation -modal :show =" confirmingUserDeletion" @close =" confirmingUserDeletion = false" >
23+ <jet-dialog -modal :show =" confirmingUserDeletion" @close =" confirmingUserDeletion = false" >
2424 <template #title >
2525 Delete Account
2626 </template >
4747 Delete Account
4848 </jet-danger-button >
4949 </template >
50- </jet-confirmation -modal >
50+ </jet-dialog -modal >
5151 </template >
5252 </jet-action-section >
5353</template >
5454
5555<script >
5656 import JetActionSection from ' ./../../Jetstream/ActionSection'
5757 import JetButton from ' ./../../Jetstream/Button'
58- import JetConfirmationModal from ' ./../../Jetstream/ConfirmationModal '
58+ import JetDialogModal from ' ./../../Jetstream/DialogModal '
5959 import JetDangerButton from ' ./../../Jetstream/DangerButton'
6060 import JetInput from ' ./../../Jetstream/Input'
6161 import JetInputError from ' ./../../Jetstream/InputError'
6565 components: {
6666 JetActionSection,
6767 JetButton,
68- JetConfirmationModal,
6968 JetDangerButton,
69+ JetDialogModal,
7070 JetInput,
7171 JetInputError,
7272 JetSecondaryButton,
You can’t perform that action at this time.
0 commit comments