PermissionsViewer: Fix profile button (#2925)
This commit is contained in:
parent
43b3c137ce
commit
91a32e22de
|
@ -172,7 +172,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ".VIEW_ALL_ROLES,",
|
||||
replacement: {
|
||||
match: /\.collapseButton,.+?}\)}\),/,
|
||||
match: /\.expandButton,.+?null,/,
|
||||
replace: "$&$self.ViewPermissionsButton(arguments[0]),"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue