@@ -53,7 +53,7 @@ export default class MonitorProjectApi extends MonitorApiBase {
})
}
async ajaxRemove() {
- return ajaxFollowProjectCancel({ sid: this.id, fid: this.fid }).then(
+ return ajaxFollowProjectCancel({ fid: this.fid }).then(
(res) => {
const result = {
success: false,