mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
fix tooltip generic name
This commit is contained in:
@@ -350,7 +350,7 @@ function DockerModelRunnerModelSelection({
|
||||
loading={loading}
|
||||
>
|
||||
<Tooltip
|
||||
id="docker-model-runner-install-model-tooltip"
|
||||
id="install-model-tooltip"
|
||||
place="top"
|
||||
className="tooltip !text-xs !opacity-100 z-99"
|
||||
/>
|
||||
|
||||
@@ -297,7 +297,7 @@ function ModelRow({
|
||||
{!model.downloaded && !processing && (
|
||||
<button
|
||||
type="button"
|
||||
data-tooltip-id="docker-model-runner-install-model-tooltip"
|
||||
data-tooltip-id="install-model-tooltip"
|
||||
data-tooltip-place="top"
|
||||
data-tooltip-delay-show={300}
|
||||
data-tooltip-content={`Install ${model.organization}:${model.name}`}
|
||||
|
||||
Reference in New Issue
Block a user