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 e03ea3c commit 5466a1aCopy full SHA for 5466a1a
packages/app-backend-vue3/src/components/data.ts
@@ -137,7 +137,7 @@ function processSetupState (instance) {
137
138
result = {
139
...objectType ? { objectType } : {},
140
- ...raw.effect ? { raw: raw.effect.raw.toString() } : {},
+ ...raw.effect?.raw ? { raw: raw.effect.raw.toString() } : {},
141
editable: isState && !info.readonly,
142
type: isOther ? 'setup (other)' : 'setup'
143
}
0 commit comments