Skip to content

Commit af8dbf5

Browse files
committed
Rename Alpine store checkout to LokiCheckout, components to LokiComponents
1 parent 2c0ea8a commit af8dbf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/adminhtml/templates/script/component/grid-component.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Magento\Framework\View\Element\Template;
1616
const itemParts = columnName.split('.');
1717
const componentName = itemParts[0];
1818
const propertyName = itemParts[1];
19-
const component = Alpine.store('components').get(componentName);
19+
const component = Alpine.store('LokiComponents').get(componentName);
2020
component.post({reposition: {property: propertyName, position: position}});
2121
}
2222
}));

0 commit comments

Comments
 (0)