We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29f616 commit 4512041Copy full SHA for 4512041
src/app/components/StateRoute/Ax.tsx
@@ -47,6 +47,7 @@ const AxTree = (props) => {
47
}
48
49
const disableAxTree = () => {
50
+ dispatch(toggleAxTree('toggleAxRecord'));
51
setSelectedValue('disable');
52
setShowTree(false);
53
0 commit comments