Skip to content

Commit

Permalink
avoid console error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 19, 2018
1 parent 5feca6c commit 476ed26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PackageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class Packages extends Vue {
constructor() {
super();
this.artifactoryUrl = undefined;
this.artifactoryUrl = '';
this.packages = {
all: [],
data: [],
Expand Down
2 changes: 1 addition & 1 deletion src/views/PackageDetail.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="about">
<div v-if="data.pachageDetail">
<h2>{{data.packageDetail.name}}</h2>
<div>{{data.packageDetail}}</div>
</div>
Expand Down

0 comments on commit 476ed26

Please sign in to comment.