We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee9230 commit 2fc915aCopy full SHA for 2fc915a
1 file changed
src/components/ga4/EventBuilder/ValidateEvent/index.tsx
@@ -73,7 +73,6 @@ const classes = {
73
payload: `${PREFIX}-payload`,
74
form: `${PREFIX}-form`,
75
buttonRow: `${PREFIX}-buttonRow`,
76
- endpointSwitch: `${PREFIX}-endpointSwitch`,
77
};
78
79
const Root = styled('div')((
@@ -85,10 +84,6 @@ const Root = styled('div')((
85
84
padding: theme.spacing(2),
86
},
87
88
- [`& .${classes.endpointSwitch}`]: {
89
- marginBottom: theme.spacing(2),
90
- },
91
-
92
[`& .${classes.payloadTitle}`]: {
93
margin: theme.spacing(1, 0),
94
0 commit comments