Add placeholder while API call in progress

This commit is contained in:
leccelecce 2025-03-24 10:10:39 +00:00 committed by james
parent 1706d2907b
commit 8a1e7fb79d

View File

@ -328,7 +328,7 @@ export default function FrigatePlusSettingsView({
? new Date(
availableModels[modelId].trainDate,
).toLocaleString()
: "N/A";
: "Retrieving models...";
})()}
</SelectTrigger>
<SelectContent>