diff --git a/ui/v2.5/src/components/Shared/Select.tsx b/ui/v2.5/src/components/Shared/Select.tsx index 8b2c2f64a..3ff947974 100644 --- a/ui/v2.5/src/components/Shared/Select.tsx +++ b/ui/v2.5/src/components/Shared/Select.tsx @@ -873,8 +873,10 @@ export const TagSelect: React.FC = ( }; } + const id = optionProps.data.__isNew__ ? "" : optionProps.data.value; + return ( - + );