@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.
- package/index.esm.js +1 -1
- 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;
|