Skip to content

Commit 1b279e1

Browse files
Fix CI linting issues - add missing handleSearchChange function
Co-authored-by: PeterDaveHello <[email protected]>
1 parent 553a32c commit 1b279e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/IndependentPanel/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ function App() {
104104
await setSessionIdSafe(sessions[0].sessionId)
105105
}
106106

107+
const handleSearchChange = (e) => setSearchQuery(e.target.value)
108+
107109
// Utility function to safely convert any value to a string
108110
const toSafeString = (value) =>
109111
typeof value === 'string' ? value : value == null ? '' : String(value)

0 commit comments

Comments
 (0)