Skip to content

Commit

Permalink
Merge pull request #1371 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-10-11
  • Loading branch information
IanKrieger authored Oct 11, 2024
2 parents bc225d8 + 248f46c commit bb57ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Creatives/CreateCreativeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function CreateCreativeButton({ index }: Props) {
create({
variables: {
input: {
..._.omit(newMeta.value, "included"),
..._.omit(newMeta.value, ["included", "type"]),
advertiserId: advertiser.id,
},
},
Expand Down

0 comments on commit bb57ca6

Please sign in to comment.