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 97bee65 commit a29af94Copy full SHA for a29af94
src/services/org-groups/namespace.ts
@@ -156,7 +156,8 @@ export class NamespaceService {
156
const matches = namespaceGroups
157
.filter(
158
(group) =>
159
- 'org' in group.attributes && group.attributes['org'][0] === org
+ 'org' in group.attributes && group.attributes['org'][0] === org &&
160
+ !('decommissioned' in group.attributes)
161
)
162
.map((group) => ({
163
name: group.name,
0 commit comments