fix: label suggestion enterprise feature

This commit is contained in:
aakashb95
2025-12-19 13:55:29 +05:30
parent d75e1393d8
commit 379bfa1b89
@@ -57,7 +57,7 @@ const featureToggles = computed(() => [
key: 'label_suggestion',
title: t('CAPTAIN_SETTINGS.FEATURES.LABEL_SUGGESTION.TITLE'),
description: t('CAPTAIN_SETTINGS.FEATURES.LABEL_SUGGESTION.DESCRIPTION'),
enterprise: false,
enterprise: true,
},
]);