Skip to content

Commit a372bcc

Browse files
committed
Fix chakra-react-select props in AssignTagsButton
Happened in the meantime in e41a9ff, breaking build-front CI job on master
1 parent 49f62e9 commit a372bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

front/src/views/Boxes/components/AssignTagsButton.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ const AssignTagsButton: React.FC<AssignTagsButtonProps> = ({
6969
placeholder="Type to find tags"
7070
isSearchable
7171
tagVariant="outline"
72-
colorScheme="black"
73-
useBasicStyles
72+
tagColorScheme="black"
7473
focusBorderColor="blue.500"
7574
chakraStyles={{
7675
control: (provided) => ({

0 commit comments

Comments
 (0)