mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
disable single attribute per line
This commit is contained in:
@@ -46,11 +46,7 @@ export const SearchInput = ({ onChange, ...props }: SearchInputProps) => {
|
||||
{...props}
|
||||
rightSection={
|
||||
ref.current?.value ? (
|
||||
<ActionIcon
|
||||
icon="x"
|
||||
onClick={handleClear}
|
||||
variant="transparent"
|
||||
/>
|
||||
<ActionIcon icon="x" onClick={handleClear} variant="transparent" />
|
||||
) : null
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user