Skip to content

Commit

Permalink
fix(web): request method
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jul 23, 2024
1 parent 7486350 commit a5ea39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/TemplateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ export default {
} else if (this.cronFormat == null || this.cronFormat === '' || !this.cronVisible) {
// drop schedule
await axios({
method: '',
method: 'delete',
url: `/api/project/${this.projectId}/schedules/${this.schedules[0].id}`,
responseType: 'json',
});
Expand Down

0 comments on commit a5ea39e

Please sign in to comment.