|
@@ -18,7 +18,7 @@ export class UserEvaluateComponent implements OnInit {
|
|
currentUser: CloudUser | undefined;
|
|
currentUser: CloudUser | undefined;
|
|
userData: any = {
|
|
userData: any = {
|
|
content: '',
|
|
content: '',
|
|
- rating: 0,
|
|
|
|
|
|
+ rating: '',
|
|
};
|
|
};
|
|
constructor(private modalCtrl: ModalController) {
|
|
constructor(private modalCtrl: ModalController) {
|
|
this.currentUser = new CloudUser();
|
|
this.currentUser = new CloudUser();
|