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;
|
open = false;
|
||||||
|
|
||||||
@property()
|
@property()
|
||||||
modal = "";
|
modal = "<slot name='modal'></slot>";
|
||||||
|
|
||||||
static get styles(): CSSResult[] {
|
static get styles(): CSSResult[] {
|
||||||
return COMMON_STYLES.concat(
|
return COMMON_STYLES.concat(
|
||||||
|
|
Reference in a new issue