Skip to content

Commit

Permalink
Fix removal of badges after yaml dashboard change (#20012)
Browse files Browse the repository at this point in the history
* Fix badges removed after yaml change

* Remove test code
  • Loading branch information
silamon committed Mar 7, 2024
1 parent b55baef commit 52c8554
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ export class HuiDialogEditView extends LitElement {
if (!ev.detail.isValid) {
return;
}
const { badges, ...config } = ev.detail.value;
this._config = config;
this._config = ev.detail.value;
this._dirty = true;
}

Expand Down

0 comments on commit 52c8554

Please sign in to comment.