diff --git a/frontend/src/views/setting/system/resourcePool/index.vue b/frontend/src/views/setting/system/resourcePool/index.vue index 80254fc3fd..4311dfa5d2 100644 --- a/frontend/src/views/setting/system/resourcePool/index.vue +++ b/frontend/src/views/setting/system/resourcePool/index.vue @@ -289,7 +289,6 @@ if (res) { activePool.value = res; const poolUses = [ - activePool.value.loadTest ? t('system.resourcePool.usePerformance') : '', activePool.value.apiTest ? t('system.resourcePool.useAPI') : '', activePool.value.uiTest ? t('system.resourcePool.useUI') : '', ];