diff --git a/src/views/assets/Platform/PlatformList.vue b/src/views/assets/Platform/PlatformList.vue index 5ef714bd2..3b7d7e8b5 100644 --- a/src/views/assets/Platform/PlatformList.vue +++ b/src/views/assets/Platform/PlatformList.vue @@ -90,7 +90,7 @@ export default { } }, headerActions: { - hasBulkDelete: false, + hasMoreActions: false, hasRightActions: true, createRoute: 'PlatformCreate', canCreate: () => this.$hasPerm('assets.add_platform'),