Skip to content

Commit 63236bc

Browse files
committed
Change the XaiTemplate values
1 parent b586803 commit 63236bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ module.exports = {
2727
Cancelled: 'Cancelled'
2828
},
2929
XaiTemplate: {
30-
'30MinInterview': '30-minutes',
31-
'60MinInterview': '60-minutes'
30+
'30MinInterview': 'interview-30',
31+
'60MinInterview': 'interview-60'
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)