Skip to content

Commit

Permalink
dependabot/npm_and_yarn/vkontakte/vkui-6.0.0: fix after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
8coon committed Jan 30, 2024
1 parent 9b32d36 commit d0ec0fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
CustomSelect,
Input,
SegmentedControl,
unstable_ChipsSelect as ChipsSelect,
ChipsSelect,
useAdaptivityWithJSMediaQueries,
} from '@vkontakte/vkui';
import clsx from 'clsx';
Expand Down Expand Up @@ -60,7 +60,7 @@ const TokensActions: FC<Props> = ({ tagsProps, themesProps, valueTypesProps, sea
placeholder="Выберите теги"
emptyText="Ничего не найдено"
creatable={false}
showSelected={false}
selectedBehavior="hide"
closeAfterSelect={false}
{...tagsProps}
/>
Expand Down

0 comments on commit d0ec0fa

Please sign in to comment.