fix: addIssue function logic (#3467)

This commit is contained in:
Aaryan Khandelwal 2024-01-25 14:09:52 +05:30 committed by GitHub
parent 7f2e99dd2d
commit e4a3d0db5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -18,5 +18,6 @@ export type TDropdownProps = {
placeholder?: string;
placement?: Placement;
tabIndex?: number;
// TODO: rename this prop to showTooltip
tooltip?: boolean;
};