|
|
|
@@ -20,12 +20,14 @@ const LoadingComponent = Loadable(lazy(() => import('../../extra-pages/LoadingCo |
|
|
|
import * as DateUtils from "utils/DateUtils"; |
|
|
|
import EditNoteIcon from '@mui/icons-material/EditNote'; |
|
|
|
import { isGrantedAny } from "auth/utils"; |
|
|
|
import { useIntl } from "react-intl"; |
|
|
|
// ==============================|| DASHBOARD - DEFAULT ||============================== // |
|
|
|
const GazetteDetailCard = ( |
|
|
|
{ applicationDetailData, |
|
|
|
setStatus |
|
|
|
} |
|
|
|
) => { |
|
|
|
const intl = useIntl(); |
|
|
|
const [onReady, setOnReady] = useState(false); |
|
|
|
const [issueNum, setIssueNum] = useState(""); |
|
|
|
const [issueDate, setIssueDate] = useState(""); |
|
|
|
@@ -275,6 +277,7 @@ const GazetteDetailCard = ( |
|
|
|
})} |
|
|
|
value={careOf} |
|
|
|
id='careOf' |
|
|
|
inputProps={{ 'aria-label': intl.formatMessage({ id: 'careOf' }) }} |
|
|
|
sx={{ |
|
|
|
"& .MuiInputBase-input.Mui-disabled": { |
|
|
|
WebkitTextFillColor: "#000000", |
|
|
|
|