tooltip component id length changed..
This commit is contained in:
parent
5f79651109
commit
945712032b
|
|
@ -70,7 +70,7 @@ class Tooltip extends Component
|
|||
return $id;
|
||||
}
|
||||
|
||||
return 'tooltip-' . Str::random(1920);
|
||||
return 'tooltip-' . Str::random(19);
|
||||
}
|
||||
|
||||
protected function getPlacement($placement)
|
||||
|
|
|
|||
Loading…
Reference in New Issue