Skip to content

Commit cec6d22

Browse files
Update BarGraphComparisonActions.tsx
Added setAction(false); setSeries(true); to ~lines 154
1 parent 54ee721 commit cec6d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/components/StateRoute/PerformanceVisx/BarGraphComparisonActions.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ const BarGraphComparisonActions = (props: BarGraphComparisonAction) => {
152152
className='delete-button'
153153
onClick={() => {
154154
setButtonLoad(true);
155+
setAction(false);
156+
setSeries(true);
155157
dispatch(deleteSeries());
156158

157159
setTimeout(() => {

0 commit comments

Comments
 (0)