Skip to content

Commit

Permalink
PBENCH-1165 (#3437)
Browse files Browse the repository at this point in the history
Dashboard PUT /datasets/<id>/metadata payload has extra JSON level
Bug Fix
  • Loading branch information
MVarshini committed May 26, 2023
1 parent a2d0f01 commit 905fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/actions/overviewActions.js
Expand Up @@ -139,7 +139,7 @@ export const updateDataset =
dataset: dataset.resource_id,
});
const response = await API.put(uri, {
metadata: { payload },
metadata: payload,
});
if (response.status === 200) {
const item = runs.find(
Expand Down

0 comments on commit 905fe4e

Please sign in to comment.