Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemida authored and Artemida committed May 6, 2024
1 parent 41ee1ac commit 3df948b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default class CopyModule extends VuexModule {
if (type === CopyApiResponseTypeEnum.LernstoreMaterial) return true;
if (type === CopyApiResponseTypeEnum.File) return true;
if (type === CopyApiResponseTypeEnum.CoursegroupGroup) return true;
if (type === CopyApiResponseTypeEnum.DrawingElement) return true;
return false;
};

Expand Down

0 comments on commit 3df948b

Please sign in to comment.