Fix issue with backend UI not refreshing when adding a row
This commit is contained in:
parent
d0930e29ed
commit
bfb2d637fc
|
@ -86,7 +86,7 @@
|
|||
// Fetch data whenever rows are modified. Unfortunately we have to lose
|
||||
// our pagination place, as our bookmarks will have shifted.
|
||||
const onUpdateRows = () => {
|
||||
fetch.update()
|
||||
fetch.refresh()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue