@trops/dash-core 0.1.455 → 0.1.456
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.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47660,6 +47660,11 @@ var ProvidersSection = function ProvidersSection(_ref) {
|
|
|
47660
47660
|
setIsCreating(false);
|
|
47661
47661
|
setIsEditing(false);
|
|
47662
47662
|
setIsAddingMcp(false);
|
|
47663
|
+
setIsAddingWs(false);
|
|
47664
|
+
setIsEditingMcp(false);
|
|
47665
|
+
setIsEditingWs(false);
|
|
47666
|
+
setIsShowingClassChooser(false);
|
|
47667
|
+
setCameFromClassChooser(false);
|
|
47663
47668
|
resetForm();
|
|
47664
47669
|
},
|
|
47665
47670
|
badge: provider.type ? /*#__PURE__*/jsxRuntime.jsx(DashReact.Tag3, {
|