Skip to content

Commit

Permalink
set version to n/a if offline
Browse files Browse the repository at this point in the history
Co-authored-by: Bastien Wirtz <[email protected]>
  • Loading branch information
meonkeys and bastienwirtz authored Jan 3, 2025
1 parent 911cdec commit 3ad25e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/services/Docuseal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
})
.catch((e) => {
this.status = "offline";
this.versionstring = "n/a";
console.log(e);
});
},
Expand Down

0 comments on commit 3ad25e5

Please sign in to comment.