|
|
@@ -154,7 +154,7 @@ class Header extends React.Component {
|
|
|
}}
|
|
|
okHandler={() => {
|
|
|
dispatch({ type: 'chart/remoteDelete', code: chartDesigner.code });
|
|
|
- dispatch({ type: 'main/goBack', path: '/workshop/chart' });
|
|
|
+ dispatch({ type: 'main/redirect', path: '/workshop/chart' });
|
|
|
}} />}
|
|
|
</div>
|
|
|
</div>
|