mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 03:20:41 +00:00
Feat: optimize dashboard UI and fix sql highlight (#1329)
Co-authored-by: hzh97 <2976151305@qq.com> Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
@@ -15,6 +15,7 @@ export type ChartData = {
|
||||
chart_uid: string;
|
||||
column_name: Array<string>;
|
||||
values: Array<ChartValue>;
|
||||
type?: string;
|
||||
};
|
||||
|
||||
export type SceneResponse = {
|
||||
|
Reference in New Issue
Block a user