Skip to content

Commit

Permalink
fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Jun 20, 2024
1 parent 857e3dc commit 8e2be2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
32 changes: 4 additions & 28 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@storybook/react-webpack5": "^7.6.7",
"@tinymce/tinymce-react": "^4.3.2",
"@types/styled-components": "^5.1.34",
"@unicef/material-ui-currency-textfield": "^0.8.6",
"dayjs": "^1.11.10",
"downloadjs": "^1.4.7",
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/samples/Embedded/EmbeddedTopLevel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default function EmbeddedTopLevel() {
getSdkConfig().then(sdkConfig => {
let mashupCaseType = sdkConfig.serverConfig.appMashupCaseType;
if (!mashupCaseType) {
const caseTypes = PCore.getEnvironmentInfo().environmentInfoObject.pyCaseTypeList;
const caseTypes = (PCore.getEnvironmentInfo() as any).environmentInfoObject.pyCaseTypeList;
mashupCaseType = caseTypes[0].pyWorkTypeImplementationClassName;
}

Expand Down

0 comments on commit 8e2be2b

Please sign in to comment.