editCommercialProps, confirmationService, MessageService, Drag & Drop

This commit is contained in:
2024-07-09 14:32:20 +02:00
parent e0dbebb61c
commit 7f67b81242
16 changed files with 1062 additions and 50 deletions

View File

@@ -137,7 +137,7 @@ function getFilenames(id: string): string[] {
let filePath = `./pictures_base/property/${id}`;
return readdirSync(filePath);
} catch (e) {
return null;
return [];
}
}
function getRandomDateWithinLastYear(): Date {