chore(ctb): remove "new" badge on Blocks attribute (#19246)

* chore(ctb): remove "new" badge on Blocks attribute

* add explicit type
This commit is contained in:
Rémi de Juvigny 2024-01-18 17:01:08 +01:00 committed by GitHub
parent 2f7decb22b
commit 34a17e3727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,7 @@ import { AttributeIcon, IconByType } from '../AttributeIcon';
import { OptionBoxWrapper } from './OptionBoxWrapper';
// TODO: remove blocks from array on 4.16 release (after blocks stable)
const newAttributes = ['blocks'];
const newAttributes: string[] = [];
const NewBadge = () => (
<Flex grow={1} justifyContent="flex-end">