Describe the bug
When navigating within the Actions app and navigating from Manual to Approvals the screen crashes. However Approvals loads on first navigation to the screen.
To Reproduce
Steps to reproduce the behavior. Think about:
Navigate to Actions
Switch to the Manual tab
Switch back to the Approvals tab
Expected behavior
The Approvals tab to load just as when you first navigate to Actions.
Additional context
This is what appears in the console
react_devtools_backend.js:4049 TypeError: Cannot read properties of undefined (reading 'status')
at ActionsTable.tsx:355
at Array.map (<anonymous>)
at render (ActionsTable.tsx:351)
at o.value (DataTable.js:547)
at Di (react-dom.production.min.js:182)
at Ni (react-dom.production.min.js:181)
at Mo (react-dom.production.min.js:263)
at vl (react-dom.production.min.js:246)
at ml (react-dom.production.min.js:246)
at ol (react-dom.production.min.js:239)
Describe the bug When navigating within the Actions app and navigating from Manual to Approvals the screen crashes. However Approvals loads on first navigation to the screen.
To Reproduce Steps to reproduce the behavior. Think about:
Expected behavior The Approvals tab to load just as when you first navigate to Actions.
Additional context This is what appears in the console