refactor: keep filtering option when delete searchKeyword
This commit is contained in:
parent
fdc816dd7d
commit
663e60b9e6
@ -15,7 +15,7 @@ export default function SearchForm({ memberRole, userId }: { memberRole: string;
|
|||||||
alert('2文字以上入力してください')
|
alert('2文字以上入力してください')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
reset()
|
setOffset(0)
|
||||||
setKeyword(searchKeyword)
|
setKeyword(searchKeyword)
|
||||||
setSearchOption(option)
|
setSearchOption(option)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user