mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
FIX: fix catalog return response/ adding empty dashboard array
This commit is contained in:
@@ -66,7 +66,7 @@ export class CatalogController {
|
||||
metadata,
|
||||
);
|
||||
|
||||
return { tables: res.data_assets };
|
||||
return { tables: res.data_assets, dashboards: [] };
|
||||
}
|
||||
|
||||
@Get('data_apps')
|
||||
|
||||
Reference in New Issue
Block a user