From 6ac215581f6175903dee629ab347fae84f49373b Mon Sep 17 00:00:00 2001 From: Paul Vilalta Date: Fri, 13 Jan 2023 15:13:39 +0100 Subject: [PATCH] MINOR: get rid of unused code --- src/BIMDataComponents/BIMDataMenu/BIMDataMenu.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/BIMDataComponents/BIMDataMenu/BIMDataMenu.vue b/src/BIMDataComponents/BIMDataMenu/BIMDataMenu.vue index e98555f9..6ae4e0a3 100644 --- a/src/BIMDataComponents/BIMDataMenu/BIMDataMenu.vue +++ b/src/BIMDataComponents/BIMDataMenu/BIMDataMenu.vue @@ -134,15 +134,6 @@ export default { type: Boolean, default: false, }, - /** - * This props is specific to the eponym platform feature. - * It's a temporary workaround that allow us - * to make items with no child hoverable. - */ - userGroupImportFeature: { - type: Boolean, - default: false, - }, }, emits: ["hover"], data() {