mirror of https://github.com/portainer/portainer
parent
5b3f099f4e
commit
7ee8dac832
|
@ -13,7 +13,7 @@ export interface Props {
|
|||
}
|
||||
|
||||
export function Tooltip({ message, position = 'bottom' }: Props) {
|
||||
const id = `tooltip-${_.uniqueId()}`;
|
||||
const id = _.uniqueId('tooltip-');
|
||||
|
||||
return (
|
||||
<span
|
||||
|
|
Loading…
Reference in New Issue