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 d28b04b commit 7f6d7bcCopy full SHA for 7f6d7bc
src/dashboard/Data/Browser/Browser.react.js
@@ -54,7 +54,7 @@ class Browser extends DashboardView {
54
this.section = 'Core';
55
this.subsection = 'Browser';
56
this.noteTimeout = null;
57
- this.currentQuery = null; // Track current query
+ this.currentQuery = null;
58
const limit = window.localStorage?.getItem('browserLimit');
59
60
this.state = {
0 commit comments