mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Merge branch 'develop' into front/global-improvements
This commit is contained in:
commit
4bfcce0c0c
@ -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(),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user