From 70c0f9613b2715df80e879347446cdf83061cc6e Mon Sep 17 00:00:00 2001 From: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:05:33 +0530 Subject: [PATCH] [WEB-2733] fix: added no cycle option for bulk ops (#2825) --- web/ee/components/issues/bulk-operations/properties.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/ee/components/issues/bulk-operations/properties.tsx b/web/ee/components/issues/bulk-operations/properties.tsx index 56c1c67eaa..e5be7af2ad 100644 --- a/web/ee/components/issues/bulk-operations/properties.tsx +++ b/web/ee/components/issues/bulk-operations/properties.tsx @@ -283,7 +283,6 @@ export const IssueBulkOperationsProperties: React.FC = observer((props) = disabled={isUpdateDisabled} placement="top-start" placeholder="Cycle" - canRemoveCycle={false} /> )}