web: fix modalbutton for non-fetched sites

This commit is contained in:
Jens Langhammer 2021-02-09 10:00:33 +01:00
parent 22ad850e6c
commit ddb8610032
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export class ModalButton extends LitElement {
open = false;
@property()
modal = "";
modal = "<slot name='modal'></slot>";
static get styles(): CSSResult[] {
return COMMON_STYLES.concat(