mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
Merge pull request #356 from makeplane/fix/label-create
This commit is contained in:
@@ -59,6 +59,7 @@ export const IssueBulkOperationsProperties: React.FC<Props> = observer((props) =
|
||||
|
||||
const handleBulkOperations = async (data: TBulkIssueProperties) => {
|
||||
if (!workspaceSlug || !projectId) return;
|
||||
if (Object.keys(dirtyFields).length === 0) return;
|
||||
|
||||
const payload: Partial<TBulkIssueProperties> = {};
|
||||
Object.keys(dirtyFields).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user