@umbraco-cms/backoffice 14.0.0--preview006-4249fa60 → 14.0.0--preview006-89e89a2e

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.
@@ -121,7 +121,7 @@ let UmbDashboardExamineIndexElement = class UmbDashboardExamineIndexElement exte
121
121
  look="primary"
122
122
  .state="${this._buttonState}"
123
123
  @click="${this._onRebuildHandler}"
124
- .disabled="${!this._indexData?.canRebuild ?? true}"
124
+ .disabled="${this._indexData?.canRebuild ? false : true}"
125
125
  label="Rebuild index">
126
126
  Rebuild
127
127
  </uui-button>