1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00

improvement

This commit is contained in:
andreas-unleash 2022-08-04 16:53:08 +03:00
parent 3ae57c4a18
commit 8785c47ab4

View File

@ -101,8 +101,8 @@ export const PlaygroundResultSegmentExecution = ({
<SegmentExecutionConstraintWrapper> <SegmentExecutionConstraintWrapper>
<PlaygroundResultConstraintExecution <PlaygroundResultConstraintExecution
constraints={segment.constraints} constraints={segment.constraints}
compact={true}
input={input} input={input}
compact
/> />
</SegmentExecutionConstraintWrapper> </SegmentExecutionConstraintWrapper>
<ConditionallyRender <ConditionallyRender