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:
commit
63196042ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue