diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 14b2b67c0..70b7a29af 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -369,7 +369,7 @@ const dialogUpgradeRef = ref(); const dialogCommitRef = ref(); const dialogPortJumpRef = ref(); const opRef = ref(); -const includeAppStore = ref(true); +const includeAppStore = ref(); const columns = ref([]); const dockerStatus = ref('Running');