@digital-ai/dot-components 4.20.1 → 4.20.2

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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -10834,7 +10834,7 @@ const DotMetadataApiProvider = ({
10834
10834
  return null;
10835
10835
  });
10836
10836
  } else {
10837
- return cancelablePromise(DashboardsService.unfavoriteDashboard(dashboardId)).then(response => {
10837
+ return cancelablePromise(DashboardsService.unfavoriteDashboard(dashboardId, accountId)).then(response => {
10838
10838
  setDashboardsError(null);
10839
10839
  setDashboards(orig => handleUpdateDashboard(orig, response));
10840
10840
  return response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [