Skip to content

Commit 8820fc3

Browse files
authored
fix: add presence check for childResourceType #6
2 parents 89e9088 + 69486f5 commit 8820fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/components/resource/ResourceInstanceValueFormInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function setAllTo(value: any) {
328328
</template>
329329

330330
<ResourceInstanceValueNestedForm
331-
v-else
331+
v-else-if="childResourceType"
332332
:model-value="modelValue"
333333
:field="field"
334334
:resource-type="resourceType"

0 commit comments

Comments
 (0)