Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kharitonov committed Jan 30, 2024
1 parent d40aff7 commit 4811cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from 'react';

import {ChevronDown, TriangleExclamation} from '@gravity-ui/icons';
import isEmpty from 'lodash/isEmpty';
import type {CnMods} from 'src/components/utils/cn';

import {Icon} from '../../../Icon';
import {Popover} from '../../../Popover';
import {CONTROL_ERROR_ICON_QA} from '../../../controls/utils';
import type {CnMods} from '../../../utils/cn';
import {selectControlBlock, selectControlButtonBlock} from '../../constants';
import type {
SelectProps,
Expand Down

0 comments on commit 4811cae

Please sign in to comment.