@skyux/text-editor 6.19.0 → 6.20.0

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.
@@ -1155,7 +1155,7 @@ class SkyTextEditorUrlModalComponent {
1155
1155
  return this._url;
1156
1156
  }
1157
1157
  activeTabChanged(value) {
1158
- this.activeTab = value;
1158
+ this.activeTab = Number(value);
1159
1159
  }
1160
1160
  save() {
1161
1161
  /* istanbul ignore else */