mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix build error
This commit is contained in:
committed by
Łukasz Mierzwa
parent
38229081ac
commit
d8a1518e07
@@ -163,7 +163,6 @@ const FilterInput: FC<{
|
||||
<input
|
||||
className="components-filterinput-wrapper text-white mw-100"
|
||||
size={inputValue ? inputValue.length + 1 : 1}
|
||||
onClick={() => setIsFocused(true)}
|
||||
{...getInputProps({ ref: inputRef })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user