update TypeDropdown.tsx

This commit is contained in:
faisolavolut 2025-02-06 12:04:51 +07:00
parent d66021717e
commit 95f0ac2b7d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export const TypeDropdown: React.FC<any> = ({
: []
}
allowNew={allowNew}
unique={false}
unique={mode === "multi" ? true : false}
disabledSearch={false}
// popupClassName={}
required={required}