fix: datasource connection error style (#4888)
This commit is contained in:
parent
f90184d9d9
commit
467acbd997
@ -201,7 +201,7 @@ function DataSourceWrapper(props: withAppTypes) {
|
|||||||
title: 'Data Source Connection Error',
|
title: 'Data Source Connection Error',
|
||||||
content: () => {
|
content: () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="text-foreground">
|
||||||
<p className="text-red-600">Error: {e.message}</p>
|
<p className="text-red-600">Error: {e.message}</p>
|
||||||
<p>
|
<p>
|
||||||
Please ensure the following data source is configured correctly or is running:
|
Please ensure the following data source is configured correctly or is running:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user