+
setSegmentIdentifier(e.target.value)}
@@ -775,11 +775,11 @@ const StepTwo = ({
/>
-
+
{t('datasetCreation.stepTwo.childChunkForRetrieval')}
-
+
setParentChildConfig({
@@ -803,20 +803,22 @@ const StepTwo = ({
/>
-
- {t('datasetCreation.stepTwo.rules')}
-
- {rules.map(rule => (
-
{
- ruleChangeHandle(rule.id)
- }}>
-
-
-
- ))}
+
+ {t('datasetCreation.stepTwo.rules')}
+
+
+ {rules.map(rule => (
+
{
+ ruleChangeHandle(rule.id)
+ }}>
+
+
+
+ ))}
+
diff --git a/web/app/components/datasets/create/step-two/option-card.tsx b/web/app/components/datasets/create/step-two/option-card.tsx
index 5aa398f0f2..da0486d204 100644
--- a/web/app/components/datasets/create/step-two/option-card.tsx
+++ b/web/app/components/datasets/create/step-two/option-card.tsx
@@ -75,7 +75,7 @@ export const OptionCard: FC
= (props) => {
/>
{/** Body */}
{isActive && {children}
- {actions &&
+ {actions &&
{actions}
}
}