feat: Add date-range filter on CSAT Reports (#2622)

This commit is contained in:
Pranav Raj S
2021-07-14 20:15:57 +05:30
committed by GitHub
parent a5bc81b304
commit 3d18ec9e40
10 changed files with 175 additions and 120 deletions

View File

@@ -101,7 +101,7 @@ export default {
},
readableTime() {
const { created_at: createdAt = '' } = this.message;
return this.messageStamp(createdAt);
return this.messageStamp(createdAt, 'LLL d yyyy, h:mm a');
},
messageType() {
const { message_type: type = 1 } = this.message;