Skip to content

Commit 1ff619d

Browse files
committed
fix
1 parent 5a8825d commit 1ff619d

File tree

1 file changed

+2
-2
lines changed
  • resources/js/Pages/Admin/Profile

1 file changed

+2
-2
lines changed

resources/js/Pages/Admin/Profile/Edit.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const breadcrumbs = [
2424
<template>
2525
<Head :title="pageTitle" />
2626

27-
<AdminAuthenticatedLayout
27+
<AuthenticatedAdminLayout
2828
:page-title="pageTitle"
2929
:breadcrumbs="breadcrumbs"
3030
>
@@ -96,5 +96,5 @@ const breadcrumbs = [
9696
</Card>
9797
</div>
9898
</Container>
99-
</AdminAuthenticatedLayout>
99+
</AuthenticatedAdminLayout>
100100
</template>

0 commit comments

Comments
 (0)