mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-21 19:28:46 +00:00
Replace paper-toast with mwc-snackbar (#19579)
* toast * Fixes * Linting * Remove empty styles * PR feedback Co-authored-by: Bram Kragten <mail@bramkragten.nl> --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
@@ -811,7 +811,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
|
||||
"ui.panel.config.script.editor.id_already_exists_save_error"
|
||||
),
|
||||
dismissable: false,
|
||||
duration: 0,
|
||||
duration: -1,
|
||||
action: {
|
||||
action: () => {},
|
||||
text: this.hass.localize("ui.dialogs.generic.ok"),
|
||||
|
||||
Reference in New Issue
Block a user