Skip to content

Commit

Permalink
Merge pull request #1656 from threefoldtech/development_userNodes_req…
Browse files Browse the repository at this point in the history
…uests

remove on-mount in user nodes
  • Loading branch information
AhmedHanafy725 authored Dec 11, 2023
2 parents a1672e3 + 34e696e commit b9d6767
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/playground/src/dashboard/components/user_nodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<script lang="ts">
import moment from "moment";
import { onMounted, ref } from "vue";
import { ref } from "vue";
import { capitalize } from "vue";
import { gridProxyClient } from "@/clients";
Expand Down Expand Up @@ -192,8 +192,6 @@ export default {
const uptime = ref();
const nodesCount = ref();
onMounted(getUserNodes);
async function reloadNodes() {
setTimeout(async () => {
await getUserNodes();
Expand Down

0 comments on commit b9d6767

Please sign in to comment.