There was an error while loading. Please reload this page.
2 parents c128416 + 960b512 commit dfab51aCopy full SHA for dfab51a
1 file changed
src/components/Grid/GridColumns.tsx
@@ -370,6 +370,7 @@ export function getBookGridColumnsDefinitions(): IGridColumn[] {
370
{
371
name: "brandingProjectName",
372
title: "Branding",
373
+ moderatorOnly: true, // requested by BL-16583: sometimes exposes emails
374
getCellValue: (b: Book) => b.brandingProjectName,
375
sortingEnabled: true,
376
addToFilter: (filter: IFilter, value: string) => {
0 commit comments