Remove redundant label (#17563)

## Before

<img width="3456" height="2234" alt="CleanShot 2026-01-29 at 17 59
55@2x"
src="https://github.com/user-attachments/assets/9225b037-2394-44e7-8513-a4edbf889eb6"
/>

## After

<img width="3456" height="2234" alt="CleanShot 2026-01-29 at 17 59
49@2x"
src="https://github.com/user-attachments/assets/9abdded0-5f17-4ed4-925c-fc6a46b81e87"
/>
This commit is contained in:
Baptiste Devessier
2026-01-29 18:16:20 +01:00
committed by GitHub
parent b99582c665
commit 7006c53bd9
@@ -129,7 +129,7 @@ export const usePageLayoutHeaderInfo = ({
const headerType =
commandMenuPage === CommandMenuPages.PageLayoutGraphFilter
? t`${graphTypeLabel} Chart`
? graphTypeLabel
: t`Chart`;
const title = isDefined(editedTitle)