Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
This commit is contained in:
commit
36f11d93d3
@ -72,6 +72,16 @@ export default function SearchForm({ memberRole, userId }: { memberRole: string;
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
{searchKeyword && (
|
||||||
|
<button
|
||||||
|
className="del-icon"
|
||||||
|
onClick={() => {
|
||||||
|
setSearchKeyword('')
|
||||||
|
setKeyword('')
|
||||||
|
setOffset(0)
|
||||||
|
}}
|
||||||
|
></button>
|
||||||
|
)}
|
||||||
<button className="search-icon" onClick={handleSearch}></button>
|
<button className="search-icon" onClick={handleSearch}></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user