From 3efd82cf3c62fea3fd3aba7d937c54d15abecbeb Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Mon, 8 May 2023 14:02:18 +0530 Subject: [PATCH] changes in the feature_group_names Issue-Id: AIMLFW-40 Change-Id: I32f0a2ad47f3ed3e032823e0f342c887f686672a Signed-off-by: rajdeep11 --- src/components/home/create/CreateFeatureGroup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/create/CreateFeatureGroup.js b/src/components/home/create/CreateFeatureGroup.js index 545c315..811dd86 100644 --- a/src/components/home/create/CreateFeatureGroup.js +++ b/src/components/home/create/CreateFeatureGroup.js @@ -40,8 +40,8 @@ class CreateFeatureGroup extends React.Component {

Features

- The Feature have to be added as comma with a space seperate string

- eg: a, b

+ The Feature have to be added as comma seperated string

+ eg: a,b

DataLake

Right now it is fixed to InfluxDB but in the future, we will add support

-- 2.16.6