Skip to content

Commit

Permalink
fix(pie): add seriesId in pieselectchanged #9830
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Mar 6, 2019
1 parent 3c19eb3 commit 1a599cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/action/createDataSelectAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default function (seriesType, actionInfos) {
);
return {
name: payload.name,
selected: selected
selected: selected,
seriesId: payload.seriesId
};
});
});
Expand Down

0 comments on commit 1a599cc

Please sign in to comment.