mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +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) {
|
export function Tooltip({ message, position = 'bottom' }: Props) {
|
||||||
const id = `tooltip-${_.uniqueId()}`;
|
const id = _.uniqueId('tooltip-');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span
|
<span
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue