Ver código fonte

update label

master
Jason Chuang 1 ano atrás
pai
commit
aec8e4bf50
2 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

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


Carregando…
Cancelar
Salvar