mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Mark delete backup dialog as destructive (#23008)
This commit is contained in:
committed by
GitHub
parent
4655929fed
commit
4df90ebbc3
@@ -302,6 +302,7 @@ class HassioBackupDialog
|
||||
text: supervisor!.localize("backup.confirm_delete_text"),
|
||||
confirmText: supervisor!.localize("backup.delete"),
|
||||
dismissText: supervisor!.localize("backup.cancel"),
|
||||
destructive: true,
|
||||
}))
|
||||
) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user