+
@@ -432,49 +432,3 @@ onMounted(async () => {
-
diff --git a/src/pages/Zone/ZoneList.vue b/src/pages/Zone/ZoneList.vue
index 6d2247e3004..8d7c4a165ac 100644
--- a/src/pages/Zone/ZoneList.vue
+++ b/src/pages/Zone/ZoneList.vue
@@ -146,7 +146,7 @@ const columns = computed(() => [
{
title: t('components.smartCard.viewSummary'),
icon: 'preview',
- action: (row) => viewSummary(row.id, ZoneSummary, 'lg-width'),
+ action: (row) => viewSummary(row.id, ZoneSummary),
isPrimary: true,
},
{