From 467acbd997105d719bad3949a69ed0b5f8c553b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20K=C3=B6hler?= Date: Wed, 26 Mar 2025 14:40:09 -0300 Subject: [PATCH] fix: datasource connection error style (#4888) --- platform/app/src/routes/DataSourceWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/app/src/routes/DataSourceWrapper.tsx b/platform/app/src/routes/DataSourceWrapper.tsx index 8290e23ac..3c9ee3a6c 100644 --- a/platform/app/src/routes/DataSourceWrapper.tsx +++ b/platform/app/src/routes/DataSourceWrapper.tsx @@ -201,7 +201,7 @@ function DataSourceWrapper(props: withAppTypes) { title: 'Data Source Connection Error', content: () => { return ( -
+

Error: {e.message}

Please ensure the following data source is configured correctly or is running: