Skip to content

Commit

Permalink
Merge pull request #357 from oneblink/ON-45811
Browse files Browse the repository at this point in the history
ON-45811 # Bumped @oneblink/apps
  • Loading branch information
jdawg093 authored Dec 19, 2024
2 parents 22e9e04 + aaeddbe commit 5ec459b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@oneblink/apps": "^18.1.0-beta.3",
"@oneblink/apps": "^18.1.0-beta.4",
"@oneblink/apps-react": "^6.12.0-beta.1",
"@oneblink/cli": "^3.5.1",
"@types/react": "^17.0.73",
Expand Down
2 changes: 1 addition & 1 deletion src/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ThemeProvider({
},
},
}),
[configuration],
[configuration?.styles.foregroundColour, configuration?.styles.highlightColour],
)

return <MuiThemeProvider theme={muiTheme}>{children}</MuiThemeProvider>
Expand Down
1 change: 1 addition & 0 deletions src/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function Form({
formId,
abortSignal,
formsAppId: undefined,
formsAppEnvironmentId: undefined,
formSlug: undefined,
}),
formsAppId !== undefined
Expand Down

0 comments on commit 5ec459b

Please sign in to comment.