fix(ui): fix build error

This commit is contained in:
Łukasz Mierzwa
2023-07-26 11:17:30 +01:00
committed by Łukasz Mierzwa
parent 38229081ac
commit d8a1518e07

View File

@@ -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>