diff --git a/src/types/dashboard.d.ts b/src/types/dashboard.d.ts index 9183194e..3f6aba05 100644 --- a/src/types/dashboard.d.ts +++ b/src/types/dashboard.d.ts @@ -21,7 +21,7 @@ export type DashboardItem = { layer: string; isRoot: boolean; name: string; - topLevel: boolean; + isDefault: boolean; }; export interface LayoutConfig { x: number; diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index a85bf0a5..c5c768f7 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -73,7 +73,7 @@ limitations under the License. --> -- - +