Skip to content

Commit 7f6d7bc

Browse files
committed
Update Browser.react.js
1 parent d28b04b commit 7f6d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Browser extends DashboardView {
5454
this.section = 'Core';
5555
this.subsection = 'Browser';
5656
this.noteTimeout = null;
57-
this.currentQuery = null; // Track current query
57+
this.currentQuery = null;
5858
const limit = window.localStorage?.getItem('browserLimit');
5959

6060
this.state = {

0 commit comments

Comments
 (0)