Fix issue with backend UI not refreshing when adding a row

This commit is contained in:
Andrew Kingston 2022-01-28 15:17:21 +00:00
parent d0930e29ed
commit bfb2d637fc
1 changed files with 1 additions and 1 deletions

View File

@ -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>