@wandelbots/wandelbots-js-react-components 2.54.5-pr.feat-jogging-blocked.406.6849777 → 2.54.5-pr.feat-jogging-blocked.406.e0dd489
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/jogging/JoggingPanel.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "2.54.5-pr.feat-jogging-blocked.406.
|
|
3
|
+
"version": "2.54.5-pr.feat-jogging-blocked.406.e0dd489",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -192,7 +192,7 @@ const JoggingPanelInner = observer(
|
|
|
192
192
|
{renderTabContent()}
|
|
193
193
|
</Stack>
|
|
194
194
|
{/* Overlay when jogging connection is blocked */}
|
|
195
|
-
{
|
|
195
|
+
{store.blocked && <JoggingBlocked store={store} />}
|
|
196
196
|
</Stack>
|
|
197
197
|
)
|
|
198
198
|
},
|