Skip to content

Commit

Permalink
Issue #564: Change type of externalReferences component property to '…
Browse files Browse the repository at this point in the history
…Array'

Signed-off-by: Florian Heubeck <heubeck@mediamarktsaturn.com>
  • Loading branch information
heubeck committed Jul 31, 2023
1 parent 342ab66 commit 73b51fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/ExternalReferencesDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script>
export default {
props: {
externalReferences: Object
externalReferences: Array
},
data() {
return {
Expand Down

0 comments on commit 73b51fa

Please sign in to comment.