fix: dont crash when no groups exist
📊 Benchmark the Runtime / benchmark (push) Successful in 1m24s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m24s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 48s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m59s
🚀 Lint & Test & Deploy / deploy (push) Has been cancelled
📊 Benchmark the Runtime / benchmark (push) Successful in 1m24s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m24s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 48s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m59s
🚀 Lint & Test & Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -486,7 +486,7 @@ export class GraphManager extends EventEmitter<{
|
|||||||
'groupId': {
|
'groupId': {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: '',
|
label: '',
|
||||||
value: this.groups[0].id,
|
value: this.groups?.[0]?.id,
|
||||||
internal: true,
|
internal: true,
|
||||||
options: this.groups.map((g) => ({
|
options: this.groups.map((g) => ({
|
||||||
value: g.id,
|
value: g.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user