Update
This commit is contained in:
parent
b9fde3c5e7
commit
20ef2732da
|
|
@ -9,7 +9,12 @@ import moment from 'moment'
|
||||||
import Station from '#models/station'
|
import Station from '#models/station'
|
||||||
|
|
||||||
const mailTo = 'andrew.ng@apactech.io'
|
const mailTo = 'andrew.ng@apactech.io'
|
||||||
const mailCC = ['ips@ipsupply.com.au', 'kay@ipsupply.com.au', 'joseph@apactech.io']
|
const mailCC = [
|
||||||
|
'ips@ipsupply.com.au',
|
||||||
|
'kay@ipsupply.com.au',
|
||||||
|
'joseph@apactech.io',
|
||||||
|
'kiet.phan@apactech.io',
|
||||||
|
]
|
||||||
// const mailCC = ''
|
// const mailCC = ''
|
||||||
|
|
||||||
type DetectAI = {
|
type DetectAI = {
|
||||||
|
|
|
||||||
|
|
@ -851,7 +851,7 @@ const ModalTerminal = ({
|
||||||
Warning from test report: AI
|
Warning from test report: AI
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
disabled={isDisable}
|
disabled={isDisable || !valueIssue.trim()}
|
||||||
size="xs"
|
size="xs"
|
||||||
mb={"4px"}
|
mb={"4px"}
|
||||||
variant="light"
|
variant="light"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue