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 046ef8a commit 9849983Copy full SHA for 9849983
resources/views/components/tools/toolbar.blade.php
@@ -843,7 +843,7 @@ class="form-select"
843
@endif
844
845
@if ($component->hasConfigurableAreaFor('toolbar-right-end'))
846
- @include($component->getConfigurableAreaFor('toolbar-right-end'), $component->getParametersForConfigurableArea('toolbar-righ-end'))
+ @include($component->getConfigurableAreaFor('toolbar-right-end'), $component->getParametersForConfigurableArea('toolbar-right-end'))
847
848
</div>
849
0 commit comments