fixing rating note sending
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2cff91f882
commit
7bd2d98b25
|
|
@ -23,7 +23,7 @@ export default function Rate() {
|
||||||
|
|
||||||
function handleRatingChange(event) {
|
function handleRatingChange(event) {
|
||||||
// setRating({ ...rating, note: event.target.value });
|
// setRating({ ...rating, note: event.target.value });
|
||||||
setRating({ ...rating, note: 2 });
|
setRating({ ...rating, note: event.target.value });
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleCommentChange(event) {
|
function handleCommentChange(event) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user