editCommercialProps, confirmationService, MessageService, Drag & Drop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user