Commit a44f1e79 authored by fahrur huzain's avatar fahrur huzain

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

Env dev

See merge request !2173
parents 0512a3e4 a17582af
...@@ -1711,6 +1711,8 @@ export default class OutlookPA extends Component { ...@@ -1711,6 +1711,8 @@ export default class OutlookPA extends Component {
<span>COMPLETED</span> : <span>COMPLETED</span> :
val === "draft" ? val === "draft" ?
<span>DRAFT</span> : <span>DRAFT</span> :
val === "incomplete" ?
<span>INCOMPLETE</span> :
val === "revision" ? val === "revision" ?
<span>REVISION</span> : <span>REVISION</span> :
val === "approval_proccess" ? val === "approval_proccess" ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment