Skip to content

Commit

Permalink
Issue krayin#1032 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay bhatt committed Aug 24, 2022
1 parent be0076d commit 8a75afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ class="control"
'label': 'work',
'value': ''
}];
}else if (matchedAttribute[0]['type'] == 'text') {
this.action.value = '';
}
return matchedAttribute[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@
'label': 'work',
'value': ''
}];
} else if (matchedAttribute[0]['type'] == 'text') {
this.action.value = '';
}
return matchedAttribute[0];
Expand Down

0 comments on commit 8a75afc

Please sign in to comment.