From 5a6fc4891f36f200f60e97ae168516fedd6d4411 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Thu, 1 Feb 2024 08:47:40 +0100 Subject: [PATCH] fix(frontend): fix schema form toolips (#3123) --- .../src/lib/components/apps/editor/component/components.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index 2f7484a816..82f06a96ef 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -2743,13 +2743,15 @@ This is a paragraph. type: 'static', fieldType: 'object', value: {}, - tooltip: 'This will allow you to dynamically set the default values of the form.' + tooltip: + 'This enables setting default form values dynamically using an object: keys are field names, and values are the defaults.' }, dynamicEnums: { type: 'static', fieldType: 'object', value: {}, - tooltip: 'This will allow you to dynamically set the enum values of the form.' + tooltip: + 'This enables setting form enum values dynamically using an object: keys are field names, and values are arrays of strings.' }, displayType: {