@triptease/tt-navbar 0.0.22 → 0.0.23

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/dist/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.22
2
+ * @triptease/tt-navbar v0.0.23
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -2279,7 +2279,7 @@ var TtNavbar = class extends i4 {
2279
2279
  ${this.clients.length > 1 ? x`
2280
2280
  <tt-combobox
2281
2281
  .openUpward=${true}
2282
- .value=${this.clientKey}
2282
+ .value=${this.clientKey ? [this.clientKey] : []}
2283
2283
  .onChange=${this.onClientChange}
2284
2284
  >
2285
2285
  ${this.clients.map((client) => x`