Update
This commit is contained in:
parent
b9fde3c5e7
commit
20ef2732da
|
|
@ -9,7 +9,12 @@ import moment from 'moment'
|
|||
import Station from '#models/station'
|
||||
|
||||
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 = ''
|
||||
|
||||
type DetectAI = {
|
||||
|
|
|
|||
|
|
@ -851,7 +851,7 @@ const ModalTerminal = ({
|
|||
Warning from test report: AI
|
||||
</Text>
|
||||
<Button
|
||||
disabled={isDisable}
|
||||
disabled={isDisable || !valueIssue.trim()}
|
||||
size="xs"
|
||||
mb={"4px"}
|
||||
variant="light"
|
||||
|
|
|
|||
Loading…
Reference in New Issue