diff --git a/frontend/src/component/playground/Playground/PlaygroundForm/PlaygroundConnectionFieldset/PlaygroundConnectionFieldset.tsx b/frontend/src/component/playground/Playground/PlaygroundForm/PlaygroundConnectionFieldset/PlaygroundConnectionFieldset.tsx index b694d3e375..4bfaa6e12f 100644 --- a/frontend/src/component/playground/Playground/PlaygroundForm/PlaygroundConnectionFieldset/PlaygroundConnectionFieldset.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundForm/PlaygroundConnectionFieldset/PlaygroundConnectionFieldset.tsx @@ -113,7 +113,6 @@ export const PlaygroundConnectionFieldset: VFC< )} size="small" - value={environmentOptions.filter(({ id }) => - environments.includes(id) - )} + value={ + environmentOptions.filter(({ id }) => + environments.includes(id) + )[0] + } onChange={onEnvironmentsChange} />