From 7b9acb73c422ea5bec402b97b45d69dfa79acb4f Mon Sep 17 00:00:00 2001
From: YANG QIA <2013xile@gmail.com>
Date: Thu, 28 Mar 2024 16:52:37 +0800
Subject: [PATCH] chore: remove add-attach option from bulk update action
(#3854)
---
.../src/client/component/BulkEditField.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/plugins/@nocobase/plugin-action-bulk-edit/src/client/component/BulkEditField.tsx b/packages/plugins/@nocobase/plugin-action-bulk-edit/src/client/component/BulkEditField.tsx
index 15771d7b9..7f6ec631d 100644
--- a/packages/plugins/@nocobase/plugin-action-bulk-edit/src/client/component/BulkEditField.tsx
+++ b/packages/plugins/@nocobase/plugin-action-bulk-edit/src/client/component/BulkEditField.tsx
@@ -121,9 +121,9 @@ export const BulkEditField = (props: any) => {
{t('Remains the same')}
{t('Changed to')}
{t('Clear')}
- {['subTable', 'linkTo', 'm2m', 'o2m', 'o2o', 'oho', 'obo', 'm2o'].includes(collectionField?.interface) && (
- {t('Add attach')}
- )}
+ {/* {['subTable', 'linkTo', 'm2m', 'o2m', 'o2o', 'oho', 'obo', 'm2o'].includes(collectionField?.interface) && ( */}
+ {/* {t('Add attach')} */}
+ {/* )} */}
{[BulkEditFormItemValueType.ChangedTo, BulkEditFormItemValueType.AddAttach].includes(type) &&
collectionField?.interface !== 'checkbox' && (