- |
-
- |
- {item.key} |
- {item.description || '-'}
+
+
+ {item.label}
+
|
- {item.required ? '✔' : '-'} |
-
- {
- const formattedItem = {
- ...item,
- list: item.enums || []
- };
- reset(formattedItem);
- }}
- />
-
- onChange(variables.filter((variable) => variable.id !== item.id))
- }
- />
+ |
+ {item.key}
+ |
+
+
+ {item.required ? (
+
+ ) : (
+ ''
+ )}
+
+ |
+
+
+ {
+ const formattedItem = {
+ ...item,
+ list: item.enums || []
+ };
+ reset(formattedItem);
+ }}
+ />
+
+ onChange(variables.filter((variable) => variable.id !== item.id))
+ }
+ />
+
|
|
))}
diff --git a/projects/app/src/components/core/app/WelcomeTextConfig.tsx b/projects/app/src/components/core/app/WelcomeTextConfig.tsx
index 1859948c3..67a3139ff 100644
--- a/projects/app/src/components/core/app/WelcomeTextConfig.tsx
+++ b/projects/app/src/components/core/app/WelcomeTextConfig.tsx
@@ -13,17 +13,20 @@ const WelcomeTextConfig = (props: TextareaProps) => {
<>