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 7044564 commit 5f366a0Copy full SHA for 5f366a0
ui/src/config/section/offering.js
@@ -218,7 +218,7 @@ export default {
218
}
219
},
220
show: (record) => { return record.state === 'Active' },
221
- groupMap: (selection) => { return selection.map(x => { return { id: x } }) }
+ groupMap: (selection) => { return selection.map(x => { return { id: x, state: 'Inactive' } }) }
222
}]
223
224
{
@@ -325,7 +325,7 @@ export default {
325
326
327
328
329
330
331
0 commit comments