Merge pull request #144 from unslothai/fix/remove-hardcoded-port-in-dataset-preview

fix: remove hardcoded port from dataset preview error message
This commit is contained in:
Roland Tannous 2026-02-18 02:44:17 +04:00 committed by GitHub
commit 63196042ea

View file

@ -283,7 +283,7 @@ export function DatasetPreviewDialog({
<div className="text-center space-y-1">
<p className="text-sm font-medium text-destructive">{error}</p>
<p className="text-xs text-muted-foreground">
Make sure the backend is running on port 8000.
Make sure the backend is running and reachable.
</p>
</div>
</div>