@trops/dash-core 0.1.343 → 0.1.344
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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -18795,7 +18795,7 @@ var WidgetCardHeader = function WidgetCardHeader(_ref) {
|
|
|
18795
18795
|
}) : /*#__PURE__*/jsxs("div", {
|
|
18796
18796
|
className: "px-3 py-2 text-xs opacity-50 italic",
|
|
18797
18797
|
children: ["No ", providerType, " providers configured"]
|
|
18798
|
-
}), !providerReq.required &&
|
|
18798
|
+
}), !providerReq.required && /*#__PURE__*/jsx(MenuItem2, {
|
|
18799
18799
|
onClick: function onClick() {
|
|
18800
18800
|
handleProviderSelect(providerType, "_unset");
|
|
18801
18801
|
},
|