mirror of
https://github.com/strapi/strapi.git
synced 2026-01-03 18:53:34 +00:00
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:
parent
2f7decb22b
commit
34a17e3727
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user