andoncloud-prometheus-widget 1.0.7 → 1.0.8

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.js CHANGED
@@ -29285,9 +29285,7 @@ var Widget = function Widget(_ref) {
29285
29285
  t: t
29286
29286
  }, "Settings")), React__default.createElement(material.DialogContent, null, React__default.createElement(WidgetSettings, {
29287
29287
  settings: widgetSettings,
29288
- onCancel: function onCancel() {
29289
- return setSettingsModalOpened(false);
29290
- },
29288
+ onCancel: handleModalClose,
29291
29289
  onChange: handleSettingsChange
29292
29290
  }))), React__default.createElement(WidgetView, {
29293
29291
  data: widgetData,