Skip to content

Commit c881e01

Browse files
authored
Update edit.blade.php
1 parent 8df9032 commit c881e01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/tasks/edit.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ class="multiselect__tag-icon"></i>
715715
return ProcessMaker.apiClient
716716
.put("drafts/" + this.task.id, draftData)
717717
.then((response) => {
718-
// ProcessMaker.alert(this.$t('Saved'), 'success')
719718
this.task.draft = _.merge(
720719
{},
721720
this.task.draft,

0 commit comments

Comments
 (0)