(path = '')
| 20 | const defaultGroupId = context.pageContext?.ids?.groupId ?? ''; |
| 21 | const id = groupId || defaultGroupId; |
| 22 | const orgPath = (path = '') => |
| 23 | dashboardUrl(context.organizationId, context.projectId, path); |
| 24 | |
| 25 | const group = await getGroupCore({ |
| 26 | projectId: context.projectId, |