Skip to content

Commit

Permalink
Update machine-learning-spice.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 18, 2024
1 parent 46df95c commit 1b7046e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ export class MachineLearningSpiceComponent {

scrape() {

if (!this.CommonRegEx.domain.test(this.url)) {

this.generalService.showFeedback('Not a valid URL', 'errorMessage');
return;
}

this.dialogRef.close(this.url);
}
}

0 comments on commit 1b7046e

Please sign in to comment.