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:
parent
184393c0a1
commit
3886ce37b5
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue