@@ -289,9 +289,9 @@ function SearchBox<T extends string>({ | |||||
<Button | <Button | ||||
variant="outlined" | variant="outlined" | ||||
startIcon={<Search />} | startIcon={<Search />} | ||||
onClick={handleSearch} | |||||
onClick={handleDownload} | |||||
> | > | ||||
{t("Search")} | |||||
{t("Download")} | |||||
</Button> | </Button> | ||||
</CardActions> | </CardActions> | ||||
</CardContent> | </CardContent> | ||||
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({ | |||||
<Button | <Button | ||||
variant="outlined" | variant="outlined" | ||||
startIcon={<Search />} | startIcon={<Search />} | ||||
onClick={handleSearch} | |||||
onClick={handleDownload} | |||||
> | > | ||||
{t("Search")} | |||||
{t("Download")} | |||||
</Button> | </Button> | ||||
</CardActions> | </CardActions> | ||||
</CardContent> | </CardContent> | ||||
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({ | |||||
<Button | <Button | ||||
variant="outlined" | variant="outlined" | ||||
startIcon={<Search />} | startIcon={<Search />} | ||||
onClick={handleSearch} | |||||
onClick={handleDownload} | |||||
> | > | ||||
{t("Search")} | |||||
{t("Download")} | |||||
</Button> | </Button> | ||||
</CardActions> | </CardActions> | ||||
</CardContent> | </CardContent> | ||||
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({ | |||||
<Button | <Button | ||||
variant="outlined" | variant="outlined" | ||||
startIcon={<Search />} | startIcon={<Search />} | ||||
onClick={handleSearch} | |||||
onClick={handleDownload} | |||||
> | > | ||||
{t("Search")} | |||||
{t("Download")} | |||||
</Button> | </Button> | ||||
</CardActions> | </CardActions> | ||||
</CardContent> | </CardContent> | ||||