Merge branch 'develop' into front/global-improvements

This commit is contained in:
cyril lopez 2020-04-22 16:08:42 +02:00 committed by GitHub
commit 4bfcce0c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ const Header = () => {
title: {
label: headerTitle && headerTitle.toString(),
},
content: isSingleType ? `${formatMessage({ id: `${pluginId}.api.id` })} : ${layout.apiID}` : '',
content: `${formatMessage({ id: `${pluginId}.api.id` })} : ${layout.apiID}`,
actions: getHeaderActions(),
};