Fix optimistic rendering issues on views (#2851)

* Fix optimistic rendering issues on views

* Remove virtualizer
This commit is contained in:
Charles Bochet
2023-12-06 16:55:09 +01:00
committed by GitHub
parent 93decaceab
commit 076a67b0e2
12 changed files with 229 additions and 318 deletions

View File

@ -100,7 +100,7 @@ export const ViewBar = ({
rightComponent={
<UpdateViewButtonGroup
onViewEditModeChange={openOptionsDropdownButton}
hotkeyScope={ViewsHotkeyScope.CreateDropdown}
hotkeyScope={{ scope: ViewsHotkeyScope.CreateDropdown }}
/>
}
/>