Skip to content

Commit

Permalink
Merge 045aafa into 6df22ec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqilike2015 committed Aug 10, 2020
2 parents 6df22ec + 045aafa commit 6f709c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/src/hooks/useActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const useActions = (clusterId: string) => {
}, [clusterId])

const onSupport = useCallback((event: any, job: any) => {
const subject = `[DLTS Job][${clusterId}][${job['vcName']}]: <Issue Title by User>`
const subject = `[DLTS Job][${clusterId}][${job['vcName']}][${job['jobId']}]: <Issue Title by User>`
const body = `
Hi DLTS support team,
Expand Down

0 comments on commit 6f709c9

Please sign in to comment.