fix case HotkeyScope to hotkeyScope (#1528)
This commit is contained in:
@ -200,7 +200,7 @@ function ViewBarDetails<SortField>({
|
||||
<StyledAddFilterContainer>
|
||||
<FilterDropdownButton
|
||||
context={context}
|
||||
HotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
hotkeyScope={FiltersHotkeyScope.FilterDropdownButton}
|
||||
color={theme.font.color.tertiary}
|
||||
icon={<IconPlus size={theme.icon.size.md} />}
|
||||
label="Add filter"
|
||||
|
||||
Reference in New Issue
Block a user