@itfin/components 1.0.95 → 1.0.96

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": "@itfin/components",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "main": "dist/itfin-components.umd.js",
5
5
  "unpkg": "dist/itfin-components.common.js",
6
6
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
@@ -171,7 +171,7 @@ class itfButton extends Vue {
171
171
  } else if (this.href) {
172
172
  return { path: this.href };
173
173
  }
174
- return '';
174
+ return {};
175
175
  }
176
176
 
177
177
  get isLink() {