pull/7048/head
tugcekucukoglu 2025-01-06 09:56:46 +03:00
parent c7f6148a7a
commit 1536d128ac
1 changed files with 1 additions and 1 deletions

View File

@ -1252,7 +1252,7 @@ export default {
},
formatValue(value) {
if (typeof value === 'string') {
return this.dateFormat ? this.formatDate(new Date(value), this.dateFormat) : value;
return value;
}
let formattedValue = '';