Skip to content

Commit 41d9770

Browse files
committed
Add exportSelector to license exclusion
1 parent d16e402 commit 41d9770

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/cipp/CIPPSettings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,12 +1243,14 @@ const LicenseSettings = () => {
12431243
{
12441244
name: 'Display Name',
12451245
selector: (row) => row['Product_Display_Name'],
1246+
exportSelector: 'Product_Display_Name',
12461247
sortable: true,
12471248
minWidth: '300px',
12481249
},
12491250
{
12501251
name: 'License ID',
12511252
selector: (row) => row['GUID'],
1253+
exportSelector: 'GUID',
12521254
sortable: true,
12531255
minWidth: '350px',
12541256
},

0 commit comments

Comments
 (0)