fix(ui): bug report - missing variable
This commit is contained in:
parent
236227f2fb
commit
cfb3b991c7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function SubHeader(props) {
|
|||
: currentLocation;
|
||||
|
||||
const showReportModal = () => {
|
||||
const { tabStates } = store.get();
|
||||
const { tabStates, currentTab } = store.get();
|
||||
const resourceList = tabStates[currentTab]?.resourceList || [];
|
||||
const exceptionsList = tabStates[currentTab]?.exceptionsList || [];
|
||||
const eventsList = tabStates[currentTab]?.eventList || [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue