Skip to content

Commit

Permalink
Set copy status of drawing element to partial
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Aug 1, 2024
1 parent 1dd3e88 commit 68a70c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class BoardNodeCopyService {
const result: CopyStatus = {
copyEntity: copy,
type: CopyElementType.DRAWING_ELEMENT,
status: CopyStatusEnum.SUCCESS,
status: CopyStatusEnum.PARTIAL,
};

return Promise.resolve(result);
Expand Down

0 comments on commit 68a70c6

Please sign in to comment.