chore: Display app version on settings/admin area

This commit is contained in:
Pranav Raj Sreepuram 2020-07-26 21:50:59 +05:30
parent 703027b834
commit f30c8943d9
7 changed files with 34 additions and 9 deletions

View file

@ -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,