fixed column misplacement when no render for gutter

This commit is contained in:
Carter 2024-11-25 20:56:52 -06:00
parent f2d3b32c97
commit e4189a23c5
2 changed files with 3 additions and 4 deletions

View file

@ -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 => {