Skip to content

Commit e20a903

Browse files
committed
add state param for systemoffering
1 parent 5f366a0 commit e20a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/offering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default {
136136
}
137137
},
138138
show: (record) => { return record.state === 'Active' },
139-
groupMap: (selection) => { return selection.map(x => { return { id: x } }) }
139+
groupMap: (selection) => { return selection.map(x => { return { id: x, state: 'Inactive' } }) }
140140
}]
141141
},
142142
{

0 commit comments

Comments
 (0)