web: fix modalbutton for non-fetched sites
This commit is contained in:
parent
22ad850e6c
commit
ddb8610032
|
@ -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(
|
||||
|
|
Reference in New Issue