feat: cashflow tranasction date format

This commit is contained in:
Ahmed Bouhuolia
2024-06-17 12:50:31 +02:00
parent 125dff8376
commit 2ad77103ac
3 changed files with 28 additions and 5 deletions

View File

@@ -207,7 +207,7 @@ export default class OrganizationService {
): IOrganizationBuildDTO {
return {
...buildDTO,
dateFormat: defaultTo(buildDTO.dateFormat, 'DD/MM/yyyy'),
dateFormat: defaultTo(buildDTO.dateFormat, 'DD MMM yyyy'),
};
}