Explorar el Código

update label

master
Jason Chuang hace 1 año
padre
commit
aec8e4bf50
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 fichero

@@ -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 fichero

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


Cargando…
Cancelar
Guardar