mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
mongo perspective fixes
This commit is contained in:
@@ -17,9 +17,9 @@ export interface PerspectiveDatabaseConfig {
|
||||
|
||||
export interface PerspectiveDataLoadProps {
|
||||
databaseConfig: PerspectiveDatabaseConfig;
|
||||
schemaName: string;
|
||||
schemaName?: string;
|
||||
pureName: string;
|
||||
dataColumns: string[];
|
||||
dataColumns?: string[];
|
||||
orderBy: {
|
||||
columnName: string;
|
||||
order: 'ASC' | 'DESC';
|
||||
|
||||
Reference in New Issue
Block a user