feat(viewer-react): Add Target Page input to "Push Component To Stack" (#66)

This commit is contained in:
Eric Tuvesson
2024-09-07 14:14:39 +02:00
committed by GitHub
parent 34c3d07112
commit 46f6cb2da9
2 changed files with 82 additions and 34 deletions

View File

@@ -192,8 +192,7 @@ function setup(context, graphModel) {
enums: pages.map((p) => ({
label: p.label,
value: p.id
})),
allowEditOnly: true
}))
},
group: 'General',
displayName: 'Target Page',