Skip to content

Commit 5cee808

Browse files
committed
update style and include event update
1 parent 7cae7ef commit 5cee808

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/ga4/EventBuilder/ValidateEvent/schemas/event.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export const eventSchema = {
1414
"maxLength": 40
1515
},
1616
"params": {"type": "object"},
17-
"items": itemsSchema
17+
"items": itemsSchema,
18+
"timestamp_micros": {}
1819
},
1920
"allOf": buildEvents()
2021
}

src/components/ga4/EventBuilder/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ const Root = styled('div')((
9191

9292
[`& .${classes.form}`]: {
9393
maxWidth: "80ch",
94+
"& h5:not(:first-of-type)": {
95+
marginTop: theme.spacing(4),
96+
},
9497
},
9598

9699
[`& .${classes.items}`]: {

0 commit comments

Comments
 (0)