@saooti/octopus-sdk 38.1.9 → 38.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.1.9",
3
+ "version": "38.1.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -159,7 +159,7 @@ export default defineComponent({
159
159
  }
160
160
  },
161
161
  goToAdministration(){
162
- if("homePriv" !== this.$route.name){
162
+ if("backoffice" !== this.$route.name){
163
163
  this.$router.push("/main/priv/backoffice");
164
164
  }else if (window.history.length > 1) {
165
165
  this.$router.go(-1);