mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 01:46:35 +00:00
Add red delete button to delete zone confirmation dialog (#23136)
This commit is contained in:
parent
f8ce7c2ce1
commit
2c604ff946
@ -509,6 +509,7 @@ export class HaConfigZone extends SubscribeMixin(LitElement) {
|
||||
title: this.hass!.localize("ui.panel.config.zone.confirm_delete"),
|
||||
dismissText: this.hass!.localize("ui.common.cancel"),
|
||||
confirmText: this.hass!.localize("ui.common.delete"),
|
||||
destructive: true,
|
||||
}))
|
||||
) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user