validatedCity, mask for input, confirmatonService, Version Info,
This commit is contained in:
@@ -54,7 +54,7 @@ export class MyListingComponent {
|
||||
}
|
||||
|
||||
async confirm(listing: ListingType) {
|
||||
const confirmed = await this.confirmationService.showConfirmation(`Are you sure you want to delete this listing?`);
|
||||
const confirmed = await this.confirmationService.showConfirmation({ message: `Are you sure you want to delete this listing?` });
|
||||
if (confirmed) {
|
||||
// this.messageService.showMessage('Listing has been deleted');
|
||||
this.deleteListing(listing);
|
||||
|
||||
Reference in New Issue
Block a user