Skip to content

Commit

Permalink
Add an id to the structure field
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jan 30, 2024
1 parent 7b37129 commit 9d35be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panel/src/components/Forms/Field/StructureField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@

<script>
import { props as Field } from "@/components/Forms/Field.vue";
import { id } from "@/mixins/props.js";
export default {
mixins: [Field],
mixins: [Field, id],
inheritAttrs: false,
props: {
autofocus: Boolean,
Expand Down

0 comments on commit 9d35be8

Please sign in to comment.