Browse Source

update label

CR013B2
Jason Chuang 1 month ago
parent
commit
d8ae0eebb6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/pages/Report/FullList/FullListForm.js
  2. +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} disabled={waitDownload}
> >
Export Full List
Export
</Button> </Button>
</Grid> </Grid>
<Grid item sx={{ ml: 3 }}> <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" type="submit"
disabled={waitDownload} disabled={waitDownload}
> >
Export Summary List
Export
</Button> </Button>
</Grid> </Grid>
<Grid item sx={{ ml: 3 }}> <Grid item sx={{ ml: 3 }}>


Loading…
Cancel
Save