dashboard-shell-shell 1.0.120 → 1.0.121

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.
@@ -412,7 +412,7 @@ export default {
412
412
  const isLoading = this.loading || false;
413
413
 
414
414
  let isCreatable = false;
415
- const lastPath = his.$route.path.split('/').pop();
415
+ const lastPath = this.$route.path.split('/').pop();
416
416
 
417
417
  if (lastPath.includes('.')) {
418
418
  isCreatable = this.$store.getters['type-map/optionsFor'](lastPath).isCreatable;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "license": "Apache-2.0",
6
6
  "author": "SUSE",
7
7
  "private": false,
8
- "version": "1.0.00000000120",
8
+ "version": "1.0.00000000121",
9
9
  "engines": {
10
10
  "node": ">=20.0.0"
11
11
  },