From 42753ea4df0e019919fa2a8a890b20c88586126f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 22 Oct 2023 18:12:35 +0200 Subject: [PATCH] fix improve component docs --- .../apps/editor/componentsPanel/componentControlUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/apps/editor/componentsPanel/componentControlUtils.ts b/frontend/src/lib/components/apps/editor/componentsPanel/componentControlUtils.ts index 7063dc9b35..2eabbe6c76 100644 --- a/frontend/src/lib/components/apps/editor/componentsPanel/componentControlUtils.ts +++ b/frontend/src/lib/components/apps/editor/componentsPanel/componentControlUtils.ts @@ -108,11 +108,11 @@ export function getComponentControl(type: keyof typeof components): Array