|
@@ -98,9 +98,7 @@ export default {
|
|
|
predict: function () {
|
|
|
this.socket.post('/projects/' + this.currentProject.id, {
|
|
|
'predict': [this.currentMedia.id]
|
|
|
- });
|
|
|
-
|
|
|
- this.updateEvent();
|
|
|
+ }).then(this.updateEvent);
|
|
|
},
|
|
|
filter: function (value) {
|
|
|
this.filterValue = value;
|