Issues #47,#42, #35 resolved, request logging erweitert
This commit is contained in:
@@ -60,7 +60,6 @@ export class EditBusinessListingComponent {
|
||||
private id: string | undefined = this.activatedRoute.snapshot.params['id'] as string | undefined;
|
||||
user: User;
|
||||
maxFileSize = 3000000;
|
||||
uploadUrl: string;
|
||||
environment = environment;
|
||||
responsiveOptions = [
|
||||
{
|
||||
@@ -130,7 +129,6 @@ export class EditBusinessListingComponent {
|
||||
this.listing.description = this.data?.description;
|
||||
}
|
||||
}
|
||||
this.uploadUrl = `${environment.apiBaseUrl}/bizmatch/image/uploadPropertyPicture/${this.listing.id}`;
|
||||
}
|
||||
|
||||
async save() {
|
||||
|
||||
Reference in New Issue
Block a user