Frontmatter
| id | 2016 |
| title | Covid.view.MainContainerController: addStoreItems() check if the active tab exists |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | May 10, 2021, 12:58 PM |
| updatedAt | May 10, 2021, 12:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2016 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 10, 2021, 12:59 PM |
the ajax call can arrive before the active tab is created.
we can just add a check, the data will get applied later anyway.