We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd5cac commit b487913Copy full SHA for b487913
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/render/requirejs/text.ts
@@ -17,7 +17,7 @@ import {loadTemplate} from "../frame";
17
*/
18
export function load(
19
name: string, req: () => {},
20
- onLoad: {(template: string): {}, error: (error: string) => {}}
+ onLoad: {(template: string): {}, error: (error: string) => {}},
21
): void {
22
loadTemplate(name).then((template) => {
23
onLoad(template);
0 commit comments