Skip to content

Commit

Permalink
Set debug toolbar xhr request as non cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Feb 2, 2023
1 parent 26c7150 commit 9694ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/base/layout/smile_debug_toolbar_index_index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
<container name="root" label="Root">
<block class="Smile\DebugToolbar\Block\Toolbars" name="smile_debug_toolbar_toolbars" template="Smile_DebugToolbar::toolbars.phtml"/>
<block class="Smile\DebugToolbar\Block\Toolbars" name="smile_debug_toolbar_toolbars" template="Smile_DebugToolbar::toolbars.phtml" cacheable="false"/>
</container>
</layout>

0 comments on commit 9694ba0

Please sign in to comment.