@trops/dash-core 0.1.286 → 0.1.287
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 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22,7 +22,6 @@ var _possibleConstructorReturn = require('@babel/runtime/helpers/possibleConstru
|
|
|
22
22
|
var _getPrototypeOf = require('@babel/runtime/helpers/getPrototypeOf');
|
|
23
23
|
var _inherits = require('@babel/runtime/helpers/inherits');
|
|
24
24
|
var colors = require('tailwindcss/colors');
|
|
25
|
-
var _readOnlyError = require('@babel/runtime/helpers/readOnlyError');
|
|
26
25
|
var ReactDOM = require('react-dom');
|
|
27
26
|
var algoliasearch = require('algoliasearch');
|
|
28
27
|
var reactInstantsearchHooksWeb = require('react-instantsearch-hooks-web');
|
|
@@ -50435,7 +50434,7 @@ var DashboardStageInner = function DashboardStageInner(_ref2) {
|
|
|
50435
50434
|
// Clean orphaned layout items and stale listener references before save
|
|
50436
50435
|
var dashboardForCleanup = new DashboardModel(workspaceToSave);
|
|
50437
50436
|
dashboardForCleanup.cleanOrphanedItems();
|
|
50438
|
-
dashboardForCleanup.workspace()
|
|
50437
|
+
workspaceToSave = dashboardForCleanup.workspace();
|
|
50439
50438
|
|
|
50440
50439
|
// lets set a version so that we can compare...
|
|
50441
50440
|
workspaceToSave["version"] = Date.now();
|