feat: disable search feature

This commit is contained in:
xiaodong zuo
2022-09-06 14:20:07 +08:00
parent 9a0a2a590a
commit 08ec766353
2 changed files with 8 additions and 12 deletions
@@ -57,6 +57,7 @@ export const LayoutHeader = () => {
size="large"
hoverColor={'transparent'}
onClick={handleSearch}
disabled={true}
>
<SearchIcon />
</IconButton>