We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e78d9 commit f0d52afCopy full SHA for f0d52af
src/components/TechnicalInfoContent/TechnicalInfoContent.js
@@ -21,7 +21,7 @@ export const TechnicalInfoContent = () => {
21
id: 'webappVersion',
22
label: t('genericcomponent.dialog.technicalInfo.webAppVersion', 'Webapp version:'),
23
content: ConfigService.getParameterValue('APP_VERSION'),
24
- subcontent: ConfigService.getParameterValue('BUILD_NUMBER'),
+ subcontent: ConfigService.getParameterValue('BUILD_NUMBER')?.substring(0, 7),
25
},
26
{
27
id: 'apiVersion',
0 commit comments