Skip to content

Commit

Permalink
Fix evaluation of widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 committed Mar 14, 2024
1 parent c6d4354 commit ec379bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/src/modules/widget/widget-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const WidgetContainer = (props: WidgetContainerProps): React.JSX.Element => {
<Component {...node.getConfig()} />
</WidgetView>
</WidgetContext.Provider>
), [nodeId])
), [nodeId, isBorderNode])
}

export { WidgetContainer }
2 changes: 1 addition & 1 deletion public/build/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": {
"js": [
"/bundles/pimcorestudioui/build/480.002396ce.js",
"/bundles/pimcorestudioui/build/main.7d7205c6.js"
"/bundles/pimcorestudioui/build/main.e8ee22f0.js"
],
"css": [
"/bundles/pimcorestudioui/build/main.3691bcd8.css"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundles/pimcorestudioui/build/main.css": "/bundles/pimcorestudioui/build/main.3691bcd8.css",
"bundles/pimcorestudioui/build/main.js": "/bundles/pimcorestudioui/build/main.7d7205c6.js",
"bundles/pimcorestudioui/build/main.js": "/bundles/pimcorestudioui/build/main.e8ee22f0.js",
"bundles/pimcorestudioui/build/58.9cf6e23a.js": "/bundles/pimcorestudioui/build/58.9cf6e23a.js",
"bundles/pimcorestudioui/build/678.c220b736.js": "/bundles/pimcorestudioui/build/678.c220b736.js",
"bundles/pimcorestudioui/build/625.b487b20e.js": "/bundles/pimcorestudioui/build/625.b487b20e.js",
Expand Down

0 comments on commit ec379bd

Please sign in to comment.