Fehlerbehebung & Start Vector Search
This commit is contained in:
@@ -56,7 +56,7 @@ export class MyListingComponent {
|
||||
async confirm(listing: ListingType) {
|
||||
const confirmed = await this.confirmationService.showConfirmation(`Are you sure you want to delete this listing?`);
|
||||
if (confirmed) {
|
||||
this.messageService.showMessage('Listing has been deleted');
|
||||
// this.messageService.showMessage('Listing has been deleted');
|
||||
this.deleteListing(listing);
|
||||
}
|
||||
// this.confirmationService.confirm({
|
||||
|
||||
Reference in New Issue
Block a user