Skip to content

Commit cb36c65

Browse files
authored
docs: fix code snipptet (#1681)
1 parent ffb55c5 commit cb36c65

File tree

1 file changed

+3
-1
lines changed
  • sources/platform/actors/development/actor_definition/dataset_schema

1 file changed

+3
-1
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ You have two choices of how to organize files within the `.actor` folder.
172172
"overview": {
173173
"title": "Overview",
174174
"transformation": {},
175-
"display": {}
175+
"display": {
176+
"component": "table"
177+
}
176178
}
177179
}
178180
}

0 commit comments

Comments
 (0)