18123: Allow hiding search box while actions are present for group details.
[arvados-workbench2.git] / src / views / group-details-panel / group-details-panel.tsx
index f292b97ba1d7ed3389ae14a999d760e61a7de0bf..c402ebb62466a0d0eee195508551848e6a7f2ade 100644 (file)
@@ -180,16 +180,6 @@ export const GroupDetailsPanel = connect(
                           contextMenuColumn={true}
                           hideColumnSelector
                           hideSearchInput
-                          actions={
-                              <Grid container justify='flex-end'>
-                                  <Button
-                                      variant="contained"
-                                      color="primary"
-                                      onClick={this.props.onAddUser}>
-                                      <AddIcon /> Add user
-                              </Button>
-                              </Grid>
-                          }
                           paperProps={{
                               elevation: 0,
                           }} />