소스 검색

bug fix

tags/Baseline_30082024_FRONTEND_UAT
leoho2fi 1 년 전
부모
커밋
b939d0798a
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +2
    -2
      src/components/ReportSearchBox/SearchBox.tsx
  2. +2
    -2
      src/components/ReportSearchBox2/SearchBox2.tsx
  3. +2
    -2
      src/components/ReportSearchBox3/SearchBox3.tsx
  4. +2
    -2
      src/components/ReportSearchBox4/SearchBox4.tsx

+ 2
- 2
src/components/ReportSearchBox/SearchBox.tsx 파일 보기

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


+ 2
- 2
src/components/ReportSearchBox2/SearchBox2.tsx 파일 보기

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


+ 2
- 2
src/components/ReportSearchBox3/SearchBox3.tsx 파일 보기

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


+ 2
- 2
src/components/ReportSearchBox4/SearchBox4.tsx 파일 보기

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


불러오는 중...
취소
저장