fixed column misplacement when no render for gutter
This commit is contained in:
parent
f2d3b32c97
commit
e4189a23c5
2 changed files with 3 additions and 4 deletions
|
|
@ -355,7 +355,6 @@ export default function Users() {
|
|||
<SearchSelect
|
||||
label="Select an action to allow"
|
||||
selected={selectedAction}
|
||||
// options={actions}
|
||||
options={actions
|
||||
.filter(a => !selectedUser.settings.actions.includes(a))
|
||||
.map(a => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue