Skip to content

Commit 4f2ca84

Browse files
valeriocomomburri
authored andcommitted
feat: added property awards in description field (italia#383)
1 parent 3d8c391 commit 4f2ca84

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app/components/Editor.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,11 @@ export default function Editor() {
486486
<EditorVideos lang={lang} />
487487
</Col>
488488
</Row>
489+
<Row>
490+
<Col>
491+
<EditorAwards lang={lang} />
492+
</Col>
493+
</Row>
489494
<Row>
490495
<EditorDescriptionInput<"longDescription">
491496
fieldName="longDescription"

0 commit comments

Comments
 (0)