- removed dependency on appointmentId;
This commit is contained in:
@@ -998,7 +998,8 @@ const DomandaEditPreInstructor = () => {
|
||||
|
||||
const shouldDisableNewSoccorso = () => {
|
||||
if (APP_HUB_ID !== 't7jh5wfg9QXylNaTZkPoE') {
|
||||
return !data.ndg || !data.appointmentId || !allFilesRated || !atLeastOneChecked;
|
||||
//return !data.ndg || !data.appointmentId || !allFilesRated || !atLeastOneChecked;
|
||||
return !data.ndg || !allFilesRated || !atLeastOneChecked;
|
||||
} else if (APP_HUB_ID === 't7jh5wfg9QXylNaTZkPoE') {
|
||||
return !allFilesRated || !atLeastOneChecked;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user