Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Fixed after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lordpomeroy committed Mar 26, 2020
1 parent c269b49 commit aca09b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ViewAllDataComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default {
})
.then(entities => {
this.entities.push(...entities);
});*/
});
}
};
</script>
Expand Down

0 comments on commit aca09b5

Please sign in to comment.