Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry

This commit is contained in:
Dayoung 2025-06-05 12:55:20 +09:00
commit 83bdba2cd5

View File

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