@appscode/design-system 1.0.43-alpha.87 → 1.0.43-alpha.88

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": "@appscode/design-system",
3
- "version": "1.0.43-alpha.87",
3
+ "version": "1.0.43-alpha.88",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -99,7 +99,7 @@ export default {
99
99
  },
100
100
  },
101
101
  selectedClusterName(n) {
102
- if (n !== this.selectedCluster.name) {
102
+ if (this.selectedCluster && n !== this.selectedCluster.name) {
103
103
  this.clusterOptions.forEach((item) => {
104
104
  if (this.selectedClusterName === item.name) {
105
105
  this.selectedCluster = item;