@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.js
CHANGED
|
@@ -18813,7 +18813,7 @@ var WidgetCardHeader = function WidgetCardHeader(_ref) {
|
|
|
18813
18813
|
}) : /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
18814
18814
|
className: "px-3 py-2 text-xs opacity-50 italic",
|
|
18815
18815
|
children: ["No ", providerType, " providers configured"]
|
|
18816
|
-
}), !providerReq.required &&
|
|
18816
|
+
}), !providerReq.required && /*#__PURE__*/jsxRuntime.jsx(DashReact.MenuItem2, {
|
|
18817
18817
|
onClick: function onClick() {
|
|
18818
18818
|
handleProviderSelect(providerType, "_unset");
|
|
18819
18819
|
},
|