Skip to content

Commit b487913

Browse files
committed
MC-18601: Page Builder Render
1 parent 7fd5cac commit b487913

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/render/requirejs

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/render/requirejs/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {loadTemplate} from "../frame";
1717
*/
1818
export function load(
1919
name: string, req: () => {},
20-
onLoad: {(template: string): {}, error: (error: string) => {}}
20+
onLoad: {(template: string): {}, error: (error: string) => {}},
2121
): void {
2222
loadTemplate(name).then((template) => {
2323
onLoad(template);

0 commit comments

Comments
 (0)