Skip to content

Commit e12e44e

Browse files
authored
fix: remove cacheable attribute from inspector block (#174)
1 parent e79d28c commit e12e44e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/view/frontend/layout/default.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<referenceContainer name="before.body.end">
66
<block class="OpenForgeProject\MageForge\Block\Inspector"
77
name="mageforge.inspector"
8-
template="OpenForgeProject_MageForge::inspector.phtml"
9-
cacheable="false" />
8+
template="OpenForgeProject_MageForge::inspector.phtml" />
109
</referenceContainer>
1110
</body>
1211
</page>

0 commit comments

Comments
 (0)