Skip to content
Snippets Groups Projects
Commit 400111da authored by vkovtun's avatar vkovtun
Browse files

BIS-753: Removed unnecessary buttons.

parent 36b2709b
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -161,14 +161,6 @@ class RightToolbar extends React.Component {
>
<InfoIcon />
</ToggleButton>
<IconButton
classes={{ root: classes.button }}
color={color}
size={iconButtonSize}
variant='outlined'
>
<SearchIcon />
</IconButton>
{this.props.viewType === 'list' && (
<IconButton
classes={{ root: classes.button }}
......@@ -191,14 +183,6 @@ class RightToolbar extends React.Component {
<ViewListIcon />
</IconButton>
)}
<IconButton
classes={{ root: classes.button }}
color={color}
size={iconButtonSize}
variant='outlined'
>
<SettingsIcon />
</IconButton>
<Button
classes={{ root: classes.button }}
color={color}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment