From 092475e9db9d74cdda3ea6f170780b214c446567 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 10 Feb 2020 17:49:41 +0530 Subject: [PATCH] fix Signed-off-by: Abhishek Kumar Signed-off-by: Rohit Yadav --- ui/src/views/offering/UpdateOfferingAccess.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/views/offering/UpdateOfferingAccess.vue b/ui/src/views/offering/UpdateOfferingAccess.vue index 82188f16fd0..6f88882d30f 100644 --- a/ui/src/views/offering/UpdateOfferingAccess.vue +++ b/ui/src/views/offering/UpdateOfferingAccess.vue @@ -126,7 +126,6 @@ export default { ] }, mounted () { - this.offeringType = this.$route.meta.name switch (this.$route.meta.name) { case 'computeoffering': this.offeringType = 'ServiceOffering'