1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

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

View file

@ -86,7 +86,7 @@
// Fetch data whenever rows are modified. Unfortunately we have to lose // Fetch data whenever rows are modified. Unfortunately we have to lose
// our pagination place, as our bookmarks will have shifted. // our pagination place, as our bookmarks will have shifted.
const onUpdateRows = () => { const onUpdateRows = () => {
fetch.update() fetch.refresh()
} }
</script> </script>