Skip to content

Commit

Permalink
NN-358 Fixed an error
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Sep 20, 2023
1 parent d4c8901 commit d5330b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/interface/SearchField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script>
export default {
name: 'SearchField',
props: ['gephi_data'],
props: ['gephi_data', 'active_node'],
emits: ['active_node_changed'],
data() {
return {
Expand Down

0 comments on commit d5330b1

Please sign in to comment.