Skip to content

Commit

Permalink
issue krayin#1032 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas214255 committed Aug 9, 2022
1 parent 2fbb0cf commit 744d234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Config/acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'name' => 'admin::app.layouts.dashboard',
'route' => 'admin.dashboard.index',
'sort' => 1,
], [
], [
'key' => 'leads',
'name' => 'admin::app.acl.leads',
'route' => 'admin.leads.index',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,10 @@ class="control"
'label': 'work',
'value': ''
}];
} else if ( matchedAttribute[0]['type'] == 'text' ) {
} else if (matchedAttribute[0]['type'] == 'text') {
this.action.value = '';
}
return matchedAttribute[0];
}
},
Expand Down

0 comments on commit 744d234

Please sign in to comment.