Bläddra i källkod

update label

master
Jason Chuang 1 år sedan
förälder
incheckning
aec8e4bf50
2 ändrade filer med 2 tillägg och 2 borttagningar
  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 Visa fil

@@ -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 Visa fil

@@ -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");


Laddar…
Avbryt
Spara