diff --git a/src/store/modules/topology.ts b/src/store/modules/topology.ts index 5d76e806..c61a3653 100644 --- a/src/store/modules/topology.ts +++ b/src/store/modules/topology.ts @@ -1,4 +1,3 @@ -import { dashboardStore } from "./dashboard"; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 84a8507c..15398a3a 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -170,7 +170,7 @@ limitations under the License. --> :tags="currentRow.expressions || []" :vertical="true" :text="t('addExpressions')" - @change="(param) => changeExpressions(param)" + @change="(param: string[]) => changeExpressions(param)" />