From 268c6af725231089bce70ff0bbeb800af8bfc54d Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Mon, 12 Aug 2024 16:15:52 +0200 Subject: [PATCH] fix(kong): fix data store tabs from crashing build_image --- components/data-stores/DataStoreListTabs.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/data-stores/DataStoreListTabs.vue b/components/data-stores/DataStoreListTabs.vue index 47deafc..f97c954 100644 --- a/components/data-stores/DataStoreListTabs.vue +++ b/components/data-stores/DataStoreListTabs.vue @@ -118,9 +118,12 @@ function extractProjectIdFromPath(paths: string[]): string { :projectNameMap="projectNameMap" /> - +