From ef2997c4a880b10f47458114b8c7bfcc556f4648 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Tue, 16 Aug 2022 18:11:19 +0700 Subject: [PATCH] ui: fix the warning in detail tab (#6645) This PR for fixes the warning in detail tab --- ui/src/components/view/DetailsTab.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/src/components/view/DetailsTab.vue b/ui/src/components/view/DetailsTab.vue index 3c260c05470..a86026912fb 100644 --- a/ui/src/components/view/DetailsTab.vue +++ b/ui/src/components/view/DetailsTab.vue @@ -98,6 +98,18 @@ export default { loading: { type: Boolean, default: false + }, + items: { + type: Object, + default: () => {} + }, + bordered: { + type: Boolean, + default: false + }, + tab: { + type: String, + default: '' } }, data () {