diff --git a/src/views/dashboard/controls/NetworkProfiling.vue b/src/views/dashboard/controls/NetworkProfiling.vue
index d5dfd490..5dc6ab59 100644
--- a/src/views/dashboard/controls/NetworkProfiling.vue
+++ b/src/views/dashboard/controls/NetworkProfiling.vue
@@ -30,7 +30,7 @@ limitations under the License. -->
{{ t("delete") }}
-
+
diff --git a/src/views/dashboard/related/network-profiling/components/Settings.vue b/src/views/dashboard/related/network-profiling/components/Settings.vue
index b0cb5aaa..a12a2cc8 100644
--- a/src/views/dashboard/related/network-profiling/components/Settings.vue
+++ b/src/views/dashboard/related/network-profiling/components/Settings.vue
@@ -15,7 +15,7 @@ limitations under the License. -->
{{ t("linkDashboard") }}
([]);
-const { selectedGrid } = dashboardStore;
-const linkDashboard = ref(selectedGrid.linkDashboard || "");
onMounted(() => {
getDashboards();
@@ -64,7 +62,6 @@ function getDashboards() {
}
function changeLinkDashboard(opt: { value: string }[]) {
- linkDashboard.value = opt[0].value;
const p = {
...dashboardStore.selectedGrid,
linkDashboard: opt[0].value,