Skip to content

Commit

Permalink
fix: add presence check for childResourceType #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored Dec 9, 2024
2 parents 89e9088 + 69486f5 commit 8820fc3
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 8820fc3

Please sign in to comment.