mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Mark reset addon options dialog as destructive (#23009)
This commit is contained in:
parent
4df90ebbc3
commit
adb22abd7d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user