Skip to content

Commit

Permalink
bugfix: add presence check for childResourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSunshyne committed Nov 11, 2024
1 parent 74cf418 commit 69486f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function setAllTo(value: any) {
</template>
<ResourceInstanceValueNestedForm
v-else
v-else-if="childResourceType"
:model-value="modelValue"
:field="field"
:resource-type="resourceType"
Expand Down

0 comments on commit 69486f5

Please sign in to comment.