This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
bug fix
tags/Baseline_30082024_FRONTEND_UAT
leoho2fi
1 year ago
parent
6b49f40840
commit
b939d0798a
4 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/components/ReportSearchBox/SearchBox.tsx
+2
-2
src/components/ReportSearchBox2/SearchBox2.tsx
+2
-2
src/components/ReportSearchBox3/SearchBox3.tsx
+2
-2
src/components/ReportSearchBox4/SearchBox4.tsx
+ 2
- 2
src/components/ReportSearchBox/SearchBox.tsx
View File
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox2/SearchBox2.tsx
View File
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox3/SearchBox3.tsx
View File
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
+ 2
- 2
src/components/ReportSearchBox4/SearchBox4.tsx
View File
@@ -289,9 +289,9 @@ function SearchBox<T extends string>({
<Button
variant="outlined"
startIcon={<Search />}
onClick={handle
Search
}
onClick={handle
Download
}
>
{t("
Search
")}
{t("
Download
")}
</Button>
</CardActions>
</CardContent>
Write
Preview
Loading…
Cancel
Save