We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e402 commit 41d9770Copy full SHA for 41d9770
src/views/cipp/CIPPSettings.js
@@ -1243,12 +1243,14 @@ const LicenseSettings = () => {
1243
{
1244
name: 'Display Name',
1245
selector: (row) => row['Product_Display_Name'],
1246
+ exportSelector: 'Product_Display_Name',
1247
sortable: true,
1248
minWidth: '300px',
1249
},
1250
1251
name: 'License ID',
1252
selector: (row) => row['GUID'],
1253
+ exportSelector: 'GUID',
1254
1255
minWidth: '350px',
1256
0 commit comments