Skip to content

Commit

Permalink
[plasmic] Sync project pricing
Browse files Browse the repository at this point in the history
This is an automated commit generated by Amirhossein beigi
using Plasmic (https://plasmic.app/).

Project name: pricing
Project URL: https://studio.plasmic.app/projects/seYsnBL1P3AiXaFGNEMUUM
  • Loading branch information
plasmicops committed Jun 26, 2024
1 parent 28a9bf4 commit 4a4f711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions components/plasmic/pricing/PlasmicGlobalContextsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ export interface GlobalContextsProviderProps {
fragmentProps?: Partial<
Omit<React.ComponentProps<typeof Fragment>, "children">
>;

growthBookProps?: Partial<
Omit<React.ComponentProps<typeof GrowthBook>, "children">
>;

splunkProps?: Partial<Omit<React.ComponentProps<typeof Splunk>, "children">>;
}

Expand All @@ -34,7 +32,7 @@ export default function GlobalContextsProvider(
apiConfig={
fragmentProps && "apiConfig" in fragmentProps
? fragmentProps.apiConfig!
: undefined
: { withCredentials: true }
}
previewApiConfig={
fragmentProps && "previewApiConfig" in fragmentProps
Expand Down
2 changes: 1 addition & 1 deletion plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
},
{
"assetId": "seYsnBL1P3AiXaFGNEMUUM",
"checksum": "eba840ea103766779661487838612eec",
"checksum": "a70d22c8035ac76cf4e8d0799c811c1f",
"type": "globalContexts"
},
{
Expand Down

0 comments on commit 4a4f711

Please sign in to comment.