tooltip component id length changed..

This commit is contained in:
Cüneyt Şentürk 2022-07-07 10:38:52 +03:00
parent 5f79651109
commit 945712032b

View File

@ -70,7 +70,7 @@ class Tooltip extends Component
return $id;
}
return 'tooltip-' . Str::random(1920);
return 'tooltip-' . Str::random(19);
}
protected function getPlacement($placement)