feat: remove border
This commit is contained in:
@@ -143,7 +143,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
{browserSteps.map(step => (
|
{browserSteps.map(step => (
|
||||||
<Box key={step.id} sx={{ border: '1px solid black', padding: '10px', marginBottom: '10px' }}>
|
<Box key={step.id} sx={{ padding: '10px', marginBottom: '10px' }}>
|
||||||
<TextField
|
<TextField
|
||||||
label="Label"
|
label="Label"
|
||||||
value={labels[step.id] || step.label || ''}
|
value={labels[step.id] || step.label || ''}
|
||||||
|
|||||||
Reference in New Issue
Block a user