Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f9db9 commit 50f6043Copy full SHA for 50f6043
site/src/modules/workspaces/DynamicParameter/DynamicParameter.tsx
@@ -406,7 +406,9 @@ const ParameterField: FC<ParameterFieldProps> = ({
406
: option.value.value;
407
return (
408
<SelectItem
409
- key={option.value.value || `${EMPTY_VALUE_PLACEHOLDER}:${index}`}
+ key={
410
+ option.value.value || `${EMPTY_VALUE_PLACEHOLDER}:${index}`
411
+ }
412
value={optionValue}
413
>
414
<OptionDisplay option={option} />
0 commit comments