fix: remove hardcoded port from dataset preview error message
This commit is contained in:
parent
f88f0bc047
commit
e3fb46a4c6
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