1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00

Resolve "A publicly shared form view with a link row fields sends two lookup requests"

This commit is contained in:
Zuhair Rayyes 2022-03-14 10:46:54 +00:00
parent 184393c0a1
commit 3886ce37b5
2 changed files with 2 additions and 1 deletions
changelog.md
web-frontend/modules/core/components

View file

@ -4,6 +4,7 @@
* Added group context menu to sidebar.
* Fixed Airtable import bug where the import would fail if a row is empty.
* Fixed a problem where a form view with link row fields sends duplicate lookup requests.
* Pin backend python dependencies using pip-tools.
* Fixed the reactivity of the row values of newly created fields in some cases.

View file

@ -105,7 +105,7 @@ export default {
/**
* When the component is first created, we immediately fetch the first page.
*/
async created() {
async fetch() {
if (!this.fetchOnOpen) {
this.fetched = true
this.results = await this.fetch(this.page, this.query)