Skip to content

Commit

Permalink
Add key to dataDownloadDisplay component as it is not reactive on props
Browse files Browse the repository at this point in the history
  • Loading branch information
hvangeffen authored and wkramer committed Jun 24, 2024
1 parent c109d14 commit 3343c51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/DataDownloadDisplayView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<template>
<DataDownloadDisplayComponent v-if="topologyNode" :nodeId :topologyNode />
<DataDownloadDisplayComponent
v-if="topologyNode"
:key="topologyNode.id"
:nodeId="nodeId"
:topologyNode="topologyNode"
/>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 3343c51

Please sign in to comment.