mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix Side Drawer not loading the correct row’s values for some fields after clicking the navigation buttons
This commit is contained in:
@@ -112,7 +112,7 @@ export default function SideDrawer() {
|
||||
(urlDocState.doc || cell) &&
|
||||
!_isEmpty(tableState?.columns) && (
|
||||
<Form
|
||||
key={urlDocState.path}
|
||||
key={`${cell?.row}-${urlDocState.path}`}
|
||||
values={
|
||||
urlDocState.doc ?? tableState?.rows[cell?.row ?? -1] ?? {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user