debug province head expert

This commit is contained in:
2023-08-13 14:16:23 +03:30
parent f6415288eb
commit e015ac36b6
9 changed files with 63 additions and 81 deletions

View File

@@ -19,7 +19,7 @@ export async function getServerSideProps({req, locale}) {
return {
props: {
messages: (await import(`&/locales/${locale}/app.json`)).default,
title: "Dashboard.province_manager_page",
title: "Dashboard.province_head_expert",
isBot,
},
};