Disable this until I can find a way to keep them in sync
This commit is contained in:
parent
8ccc2b5801
commit
4f3cb6a407
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,9 @@
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<form [formGroup]="reviewGroup">
|
<form [formGroup]="reviewGroup">
|
||||||
|
|
||||||
<ngx-stars [initialStars]="review.rating" (ratingOutput)="updateRating($event)" [size]="2"
|
<!--Not in sync with one at the top of the detail page, bad UX for now -->
|
||||||
[maxStars]="5" [color]="starColor"></ngx-stars>
|
<!--<ngx-stars [initialStars]="review.rating" (ratingOutput)="updateRating($event)" [size]="2"
|
||||||
|
[maxStars]="5" [color]="starColor"></ngx-stars>-->
|
||||||
|
|
||||||
<div class="row g-0 mt-2">
|
<div class="row g-0 mt-2">
|
||||||
<label for="review" class="form-label">{{t('review-label')}}</label>
|
<label for="review" class="form-label">{{t('review-label')}}</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue