Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Drop unresolved filters
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-skriabin committed Mar 16, 2021
1 parent 01f6910 commit 24a11e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
You need to enable JavaScript to run this app.
</noscript>

<div id="app" data-project-id="1"></div>
<div id="app" data-project-id="4"></div>
</body>
</html>
2 changes: 2 additions & 0 deletions src/stores/Tabs/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ export const TabStore = types
pushState: tabID === undefined,
});

yield self.saveView(self.selected);

if (taskID || labeling) {
getRoot(self).startLabeling(
taskID
Expand Down

0 comments on commit 24a11e5

Please sign in to comment.