chore: Display app version on settings/admin area
This commit is contained in:
parent
703027b834
commit
f30c8943d9
7 changed files with 34 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
const {
|
||||
APP_VERSION: appVersion,
|
||||
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
|
||||
INSTALLATION_NAME: installationName,
|
||||
LOGO_THUMBNAIL: logoThumbnail,
|
||||
|
@ -9,6 +10,7 @@ const {
|
|||
} = window.globalConfig;
|
||||
|
||||
const state = {
|
||||
appVersion,
|
||||
createNewAccountFromDashboard,
|
||||
installationName,
|
||||
logo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue