From 261ccb335383a518aab7648c7bf4b1d7eb0b66db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Thu, 10 Jul 2025 12:09:21 +0200 Subject: [PATCH] docs: fix code snipptet --- .../development/actor_definition/dataset_schema/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/platform/actors/development/actor_definition/dataset_schema/index.md b/sources/platform/actors/development/actor_definition/dataset_schema/index.md index d4299ed9a2..2bf627dec9 100644 --- a/sources/platform/actors/development/actor_definition/dataset_schema/index.md +++ b/sources/platform/actors/development/actor_definition/dataset_schema/index.md @@ -172,7 +172,9 @@ You have two choices of how to organize files within the `.actor` folder. "overview": { "title": "Overview", "transformation": {}, - "display": {} + "display": { + "component": "table" + } } } }