Skip to content

Commit 41e25a0

Browse files
authored
1 parent 2923015 commit 41e25a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/edit/da-library/da-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class DaLibrary extends LitElement {
386386
data-src="${this._blockPreviewPath}"
387387
src="${this._blockPreviewPath}"
388388
@load=${this.handlePreviewLoad}
389-
allow="clipboard-write *"></iframe>` : html`<div style="margin: 0 24px">${error || 'This block / template has not been previewed.'}</div>`}
389+
allow="clipboard-write *"></iframe>` : html`<div style="margin: 0 24px">${error || 'This block/template has not been previewed.'}</div>`}
390390
</da-dialog>
391391
`;
392392
}

0 commit comments

Comments
 (0)