chore: lint

This commit is contained in:
karishmas6
2024-08-09 19:19:44 +05:30
parent 531617474f
commit 21a34a1882

View File

@@ -237,7 +237,7 @@ export const RightSidePanel = () => {
<TextField <TextField
label="Field Label" label="Field Label"
value={field.label || ''} value={field.label || ''}
onChange={() => {}} onChange={() => { }}
fullWidth fullWidth
margin="normal" margin="normal"
InputProps={{ InputProps={{