feat: remove tabs

This commit is contained in:
karishmas6
2024-07-13 22:41:57 +05:30
parent 70a2fdb9ae
commit 2b9adacc96

View File

@@ -57,10 +57,6 @@ export const RightSidePanel = ({pairForEdit, changeBrowserDimensions}: RightSide
</Typography>
</SimpleBox>
<Tabs value={content} onChange={handleChange} centered>
<Tab label="Actions" value="action" />
</Tabs>
{content === 'action' ? (
<React.Fragment>
<ActionDescription>Type of action:</ActionDescription>