Skip to content

Commit

Permalink
Merge pull request #565 from heubeck/issue/564
Browse files Browse the repository at this point in the history
Issue #564: Change type of externalReferences component property to 'Array'
  • Loading branch information
nscuro authored Jul 31, 2023
2 parents 342ab66 + 73b51fa commit bacd9e4
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 bacd9e4

Please sign in to comment.