Don't lazy draw permissions dropdown

It is already lazy drawn, see 23a70affa6/js/src/admin/components/PermissionDropdown.js (L63-L63)
This commit is contained in:
Alexander Skvortsov 2021-12-13 01:57:15 -05:00
parent fc43191ae3
commit 30843fd7ef

View File

@ -38,7 +38,6 @@ export default class PermissionDropdown extends Dropdown {
attrs.className = 'PermissionDropdown';
attrs.buttonClassName = 'Button Button--text';
attrs.lazyDraw = true;
}
view(vnode) {