1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Mark reset addon options dialog as destructive (#23009)

This commit is contained in:
Jan-Philipp Benecke
2024-11-26 21:16:13 +01:00
committed by GitHub
parent 4df90ebbc3
commit adb22abd7d

View File

@@ -315,6 +315,7 @@ class HassioAddonConfig extends LitElement {
text: this.supervisor.localize("confirm.reset_options.text"),
confirmText: this.supervisor.localize("common.reset_options"),
dismissText: this.supervisor.localize("common.cancel"),
destructive: true,
});
if (!confirmed) {