Skip to content

Commit

Permalink
update admin system mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Jun 9, 2024
1 parent 8be2536 commit 16b47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/admin-dashboard/mixins/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},

formatLocaleDate(date) {
this.formatDate(date, "DD-MM-YYYY HH:mm");
return this.formatDate(date, "DD-MM-YYYY HH:mm");
},

replaceHTMLTag(string) {
Expand Down

0 comments on commit 16b47fe

Please sign in to comment.