mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 18:05:07 +00:00
Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
e8eed84e75
commit
cf910efc56
@ -28,7 +28,7 @@ const App = () => {
|
|||||||
// Check with @mfrachet if ok with a11y
|
// Check with @mfrachet if ok with a11y
|
||||||
if (status === 'loading') {
|
if (status === 'loading') {
|
||||||
return (
|
return (
|
||||||
<Main labelledBy="title">
|
<Main labelledBy="title" aria-busy="true">
|
||||||
<HeaderLayout
|
<HeaderLayout
|
||||||
id="title"
|
id="title"
|
||||||
title={formatMessage({
|
title={formatMessage({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user