Skip to content

Commit

Permalink
fixup! feat: create a product review on product detail page (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Jul 1, 2022
1 parent 50f4e1e commit 49396a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class RatingStarsFieldComponent extends FieldType<FieldTypeConfig> {
}

setStars(stars: number) {
console.log('ddddddddddddddddddddddddddddddddddddddddddd', stars);
this.field.formControl.setValue(stars);
}
}

0 comments on commit 49396a7

Please sign in to comment.