feat: remove tabs
This commit is contained in:
@@ -57,10 +57,6 @@ export const RightSidePanel = ({pairForEdit, changeBrowserDimensions}: RightSide
|
|||||||
</Typography>
|
</Typography>
|
||||||
</SimpleBox>
|
</SimpleBox>
|
||||||
|
|
||||||
<Tabs value={content} onChange={handleChange} centered>
|
|
||||||
<Tab label="Actions" value="action" />
|
|
||||||
</Tabs>
|
|
||||||
|
|
||||||
{content === 'action' ? (
|
{content === 'action' ? (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<ActionDescription>Type of action:</ActionDescription>
|
<ActionDescription>Type of action:</ActionDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user