File tree Expand file tree Collapse file tree
contentcuration/contentcuration/frontend/shared/views/errors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22
3- <AppError >
3+ <StudioAppError >
44 <template #header >
55 {{ $tr('permissionDeniedHeader') }}
66 </template >
77 <template #details >
88 {{ details }}
99 </template >
1010 <template #actions >
11- <ActionLink
11+ <KRouterLink
1212 v-bind =" backHomeLink"
13- :text =" $tr('goToHomePageAction')"
13+ :text =" $tr('backToHome')"
14+ appearance =" raised-button"
15+ primary
1416 />
1517 </template >
16- </AppError >
18+ </StudioAppError >
1719
1820</template >
1921
2022
2123<script >
2224
23- import AppError from ' ./AppError ' ;
25+ import StudioAppError from ' ./StudioAppError ' ;
2426
2527 export default {
2628 name: ' PermissionsError' ,
2729 components: {
28- AppError ,
30+ StudioAppError ,
2931 },
3032 props: {
3133 backHomeLink: {
4042 },
4143 $trs: {
4244 permissionDeniedHeader: ' Did you forget to sign in?' ,
43- goToHomePageAction : ' Go to home page ' ,
45+ backToHome : ' Back to home' ,
4446 },
4547 };
4648
You can’t perform that action at this time.
0 commit comments