fix: addIssue function logic (#3467)
This commit is contained in:
parent
7f2e99dd2d
commit
e4a3d0db5c
3 changed files with 3 additions and 1 deletions
1
web/components/dropdowns/types.d.ts
vendored
1
web/components/dropdowns/types.d.ts
vendored
|
|
@ -18,5 +18,6 @@ export type TDropdownProps = {
|
|||
placeholder?: string;
|
||||
placement?: Placement;
|
||||
tabIndex?: number;
|
||||
// TODO: rename this prop to showTooltip
|
||||
tooltip?: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue