Skip to content

Commit

Permalink
Merge pull request #1654 from threefoldtech/development_fix_twin_deta…
Browse files Browse the repository at this point in the history
…ils_loading

disable loading after loading the twin data
  • Loading branch information
mohamedamer453 authored Dec 11, 2023
2 parents b39bcee + 81a5ed1 commit a1672e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
}
} else if (props.node) {
twin.value = props.node.twin;
loading.value = false;
}
twinFields.value = getNodeTwinDetailsCard();
});
Expand Down

0 comments on commit a1672e3

Please sign in to comment.