@@ -268,15 +268,16 @@ const PositionCandidates = ({ position, statusFilterKey, updateCandidate }) => {
268
268
< div styleName = "actions" >
269
269
< ActionsMenu
270
270
options = { [
271
- {
272
- label : "Schedule Interview" ,
273
- action : ( ) => {
274
- openInterviewDetailsPopup ( candidate ) ;
275
- } ,
276
- } ,
277
- {
278
- separator : true ,
279
- } ,
271
+ // issue #586 hide option temporarily
272
+ // {
273
+ // label: "Schedule Interview",
274
+ // action: () => {
275
+ // openInterviewDetailsPopup(candidate);
276
+ // },
277
+ // },
278
+ // {
279
+ // separator: true,
280
+ // },
280
281
{
281
282
label : "Select Candidate" ,
282
283
action : ( ) => {
@@ -299,24 +300,25 @@ const PositionCandidates = ({ position, statusFilterKey, updateCandidate }) => {
299
300
< div styleName = "actions" >
300
301
< ActionsMenu
301
302
options = { [
302
- {
303
- label : "Schedule Another Interview" ,
304
- action : ( ) => {
305
- openInterviewDetailsPopup ( candidate ) ;
306
- } ,
307
- } ,
308
- {
309
- label : "View Previous Interviews" ,
310
- action : ( ) => {
311
- openPrevInterviewsPopup ( candidate ) ;
312
- } ,
313
- disabled :
314
- ! ! candidate . interviews !== true ||
315
- candidate . interviews . length === 0 ,
316
- } ,
317
- {
318
- separator : true ,
319
- } ,
303
+ // issue #586 hide option temporarily
304
+ // {
305
+ // label: "Schedule Another Interview",
306
+ // action: () => {
307
+ // openInterviewDetailsPopup(candidate);
308
+ // },
309
+ // },
310
+ // {
311
+ // label: "View Previous Interviews",
312
+ // action: () => {
313
+ // openPrevInterviewsPopup(candidate);
314
+ // },
315
+ // disabled:
316
+ // !!candidate.interviews !== true ||
317
+ // candidate.interviews.length === 0,
318
+ // },
319
+ // {
320
+ // separator: true,
321
+ // },
320
322
{
321
323
label : "Select Candidate" ,
322
324
action : ( ) => {
0 commit comments