web: fix modalbutton for non-fetched sites
This commit is contained in:
@ -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 New Issue
Block a user