uat-seed-script
This commit is contained in:
@@ -610,7 +610,7 @@ async function canAccessCustomerRow(
|
||||
accessContext,
|
||||
));
|
||||
|
||||
if (accessContext.ownershipScope === "monitor") {
|
||||
if (accessContext.ownershipScope === 'monitor') {
|
||||
return opportunityCustomerIds.has(row.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user