Skip to content

Commit

Permalink
BC-7632 - Set copy status of drawing element to partial (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax authored Aug 1, 2024
1 parent 1dd3e88 commit e53063d
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 e53063d

Please sign in to comment.