Fix optimistic rendering issues on views (#2851)
* Fix optimistic rendering issues on views * Remove virtualizer
This commit is contained in:
@ -100,7 +100,7 @@ export const ViewBar = ({
|
||||
rightComponent={
|
||||
<UpdateViewButtonGroup
|
||||
onViewEditModeChange={openOptionsDropdownButton}
|
||||
hotkeyScope={ViewsHotkeyScope.CreateDropdown}
|
||||
hotkeyScope={{ scope: ViewsHotkeyScope.CreateDropdown }}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user