Skip to content

Commit 9849983

Browse files
committed
Fixing typo toolbar-right-end
1 parent 046ef8a commit 9849983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/tools/toolbar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ class="form-select"
843843
@endif
844844

845845
@if ($component->hasConfigurableAreaFor('toolbar-right-end'))
846-
@include($component->getConfigurableAreaFor('toolbar-right-end'), $component->getParametersForConfigurableArea('toolbar-righ-end'))
846+
@include($component->getConfigurableAreaFor('toolbar-right-end'), $component->getParametersForConfigurableArea('toolbar-right-end'))
847847
@endif
848848
</div>
849849
</div>

0 commit comments

Comments
 (0)