@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.esm.js
CHANGED
|
@@ -47642,6 +47642,11 @@ var ProvidersSection = function ProvidersSection(_ref) {
|
|
|
47642
47642
|
setIsCreating(false);
|
|
47643
47643
|
setIsEditing(false);
|
|
47644
47644
|
setIsAddingMcp(false);
|
|
47645
|
+
setIsAddingWs(false);
|
|
47646
|
+
setIsEditingMcp(false);
|
|
47647
|
+
setIsEditingWs(false);
|
|
47648
|
+
setIsShowingClassChooser(false);
|
|
47649
|
+
setCameFromClassChooser(false);
|
|
47645
47650
|
resetForm();
|
|
47646
47651
|
},
|
|
47647
47652
|
badge: provider.type ? /*#__PURE__*/jsx(Tag3, {
|