Skip to content

Commit

Permalink
BC-7165-Include tldraw to quick links when copying a course
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemida authored and Artemida committed Apr 25, 2024
1 parent 602efc8 commit f79536d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/copy-result-modal/CopyResultModalListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export default {
return this.$t("components.molecules.copyResult.label.timeGroup");
case CopyApiResponseTypeEnum.UserGroup:
return this.$t("components.molecules.copyResult.label.userGroup");
case CopyApiResponseTypeEnum.DrawingElement:
return this.$t("components.molecules.copyResult.label.tldraw");
default:
return this.$t("components.molecules.copyResult.label.unknown");
}
Expand Down

0 comments on commit f79536d

Please sign in to comment.