fix case HotkeyScope to hotkeyScope (#1528)
This commit is contained in:
@ -56,12 +56,12 @@ export function BoardHeader<SortField>({
|
||||
<>
|
||||
<FilterDropdownButton
|
||||
context={context}
|
||||
HotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
hotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
/>
|
||||
<SortDropdownButton<SortField>
|
||||
context={context}
|
||||
availableSorts={availableSorts || []}
|
||||
HotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
hotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
/>
|
||||
<BoardOptionsDropdown
|
||||
customHotkeyScope={{ scope: BoardOptionsHotkeyScope.Dropdown }}
|
||||
|
||||
Reference in New Issue
Block a user