Skip to content

Commit 4549bf2

Browse files
committed
Fix lint issues
1 parent be2f4b6 commit 4549bf2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/MultiSelectInput/SearchMultiSelectInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ function SearchMultiSelectInput<
116116

117117
const [searchInputValue, setSearchInputValue] = React.useState('');
118118
const [showDropdown, setShowDropdown] = React.useState(false);
119-
const [focused, setFocused] = React.useState(false);
120119
const [
121120
focusedKey,
122121
setFocusedKey,

src/components/SelectInput/SearchSelectInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function SearchSelectInput<
120120

121121
const [searchInputValue, setSearchInputValue] = React.useState('');
122122
const [showDropdown, setShowDropdown] = React.useState(false);
123-
const [focused, setFocused] = React.useState(false);
124123
const [
125124
focusedKey,
126125
setFocusedKey,

0 commit comments

Comments
 (0)