fix: remove hardcoded port from dataset preview error message

This commit is contained in:
imagineer99 2026-02-17 22:37:52 +00:00
commit e3fb46a4c6

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>