Skip to content

Commit c76df37

Browse files
committed
Merge branch 'develop'
2 parents c1c2d71 + 71c85ed commit c76df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datatable/configurable-areas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Example dropdown for the toolbar:
8383
<div class="py-1" role="menu" aria-orientation="vertical">
8484
<button
8585
wire:click="my-action"
86-
wire:key="bulk-action-my-action-{{ $component->getTableName() }}"
86+
wire:key="my-dropdown-my-action-{{ $component->getTableName() }}"
8787
type="button"
8888
class="flex items-center block w-full px-4 py-2 space-x-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900 dark:text-white dark:hover:bg-gray-600"
8989
role="menuitem"

0 commit comments

Comments
 (0)