Sfoglia il codice sorgente

update label

master
Jason Chuang 1 anno fa
parent
commit
aec8e4bf50
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      src/pages/PublicNoticeDetail_GLD/ApplicationDetailCard.js
  2. +1
    -1
      src/pages/PublicNoticeDetail_GLD/StatusChangeDialog.js

+ 1
- 1
src/pages/PublicNoticeDetail_GLD/ApplicationDetailCard.js Vedi File

@@ -154,7 +154,7 @@ const ApplicationDetailCard = (
color="orange"
>
<ReplayIcon />
<Typography ml={1}> Re-Submit</Typography>
<Typography ml={1}> Re-submit</Typography>
</Button>
<Button
// size="large"


+ 1
- 1
src/pages/PublicNoticeDetail_GLD/StatusChangeDialog.js Vedi File

@@ -36,7 +36,7 @@ const StatusChangeDialog = (props) => {
useEffect(() => {
if (props.getStatus == "genGazetteCode") {
setDialogTitle("Gen Gazette Code");
setPrositiveBtnText("Gen");
setPrositiveBtnText("Submit");
return getGazetteCodeContent()
} else if (props.getStatus == "notAccepted") {
setDialogTitle("Not Accept Reason");


Caricamento…
Annulla
Salva