This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update label
CR013B2
Jason Chuang
1 month ago
parent
9db5cb6f6a
commit
d8ae0eebb6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/Report/FullList/FullListForm.js
+1
-1
src/pages/Report/Summary/SummaryForm.js
+ 1
- 1
src/pages/Report/FullList/FullListForm.js
View File
@@ -213,7 +213,7 @@ const FullListForm = ({ searchCriteria, issueComboData}) => {
}}
disabled={waitDownload}
>
Export
Full List
Export
</Button>
</Grid>
<Grid item sx={{ ml: 3 }}>
+ 1
- 1
src/pages/Report/Summary/SummaryForm.js
View File
@@ -231,7 +231,7 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => {
type="submit"
disabled={waitDownload}
>
Export
Summary List
Export
</Button>
</Grid>
<Grid item sx={{ ml: 3 }}>
Write
Preview
Loading…
Cancel
Save