Skip to content

Commit

Permalink
Fix function instead of object
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Apr 21, 2024
1 parent 0fd5539 commit d96d7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<dialog-material-item-form
:material-lists="camp.materialLists"
:material-lists="camp.materialLists()"
:material-item="entityData"
/>
</dialog-form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</template>

<dialog-material-item-form
:material-lists="camp.materialLists"
:material-lists="camp.materialLists()"
:material-item="entityData"
/>
</dialog-form>
Expand Down

0 comments on commit d96d7ce

Please sign in to comment.