diff --git a/src/index.jsx b/src/index.jsx index 7518b8744..b5f4defa9 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -117,7 +117,7 @@ const getDefaultIcon = () => { const getAppNamePrefix = () => { const appNode = document.querySelector(APP_SELECTOR) - return appNode.dataset.cozyAppNamePrefix || undefined + return appNode.dataset.cozyAppNamePrefix || appNode.dataset.cozyAppEditor || undefined } const getUserActionRequired = () => {