From f9857f53668b5b92b497f29c4f860c3e143fc077 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Tue, 17 Feb 2026 22:37:52 +0000 Subject: [PATCH] fix: remove hardcoded port from dataset preview error message --- .../src/features/studio/sections/dataset-preview-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/features/studio/sections/dataset-preview-dialog.tsx b/studio/frontend/src/features/studio/sections/dataset-preview-dialog.tsx index 9fc84f1013..648adfbc89 100644 --- a/studio/frontend/src/features/studio/sections/dataset-preview-dialog.tsx +++ b/studio/frontend/src/features/studio/sections/dataset-preview-dialog.tsx @@ -283,7 +283,7 @@ export function DatasetPreviewDialog({

{error}

- Make sure the backend is running on port 8000. + Make sure the backend is running and reachable.