1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix tooltip issue for ce (#7281)

fix tooltip issue for ce
This commit is contained in:
Richard Wei 2022-07-25 13:20:36 +12:00 committed by GitHub
parent 5b3f099f4e
commit 7ee8dac832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ export interface Props {
}
export function Tooltip({ message, position = 'bottom' }: Props) {
const id = `tooltip-${_.uniqueId()}`;
const id = _.uniqueId('tooltip-');
return (
<span