Skip to content

Commit c1eb53a

Browse files
committed
remove unused code.
1 parent 3da4a19 commit c1eb53a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/Webkul/Admin/src/Resources/views/mail/index.blade.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -415,16 +415,6 @@ class="primary-button"
415415
},
416416
417417
methods: {
418-
truncatedReply(reply) {
419-
const maxLength = 100;
420-
421-
if (reply.length > maxLength) {
422-
return `${reply.substring(0, maxLength)}...`;
423-
}
424-
425-
return reply;
426-
},
427-
428418
toggleModal() {
429419
this.draft.reply_to = [];
430420

0 commit comments

Comments
 (0)