mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
parent
5b3f099f4e
commit
7ee8dac832
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue