|
|
@@ -164,9 +164,9 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria }) => |
|
|
|
{/* <Grid item xs={9} s={6} md={4} lg={3}> |
|
|
|
</Grid> */} |
|
|
|
</Grid> |
|
|
|
<Grid container justifyContent="flex-end" direction="row" alignItems="center" spacing={3}> |
|
|
|
<Grid container justifyContent="flex-end" direction="row" alignItems="center" spacing={3} sx={{ ml: 3, mr: 3, mb: 3, }}> |
|
|
|
<ThemeProvider theme={PNSPS_BUTTON_THEME}> |
|
|
|
<Grid item sx={{ ml: 3, mb: 3, }} > |
|
|
|
<Grid item > |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
type="submit" |
|
|
@@ -175,7 +175,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria }) => |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid item sx={{ ml: 3, mr: 3, mb: 3, }} > |
|
|
|
<Grid item > |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
onClick={generateHandler} |
|
|
|