Skip to content

Commit ca95d8f

Browse files
authored
Remove removeTagsTexts prop from custom select
1 parent 4c2b3b0 commit ca95d8f

File tree

1 file changed

+0
-1
lines changed
  • showcases/react-showcase/src/components/custom-select

1 file changed

+0
-1
lines changed

showcases/react-showcase/src/components/custom-select/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ const getCustomSelect = ({
9090
label={children}
9191
ariaListLabel={`${id}-${children}`}
9292
options={options}
93-
removeTagsTexts={removeTagsTexts}
9493
variant={variant}
9594
message={message}
9695
required={required}

0 commit comments

Comments
 (0)