add missing content type

dev
Shahriar 2024-01-20 01:07:05 +03:30
parent 18bc292879
commit e72902b561
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import {
Media,
Boolean,
Json,
Blocks,
Relation,
Uid,
OneToMany,
@ -67,6 +68,8 @@ export function getIcon(attrType) {
return <RichText />;
case "media":
return <Media />;
case "blocks":
return <Blocks />;
case "onetomany": //
return <OneToMany />;