form view works for JSL data

This commit is contained in:
Jan Prochazka
2023-01-22 19:27:39 +01:00
parent f014a4e6b4
commit ef62948b5a
4 changed files with 11 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
});
if (response.errorMessage) return response;
return response.rows[0];
return response[0];
}
</script>
@@ -31,4 +31,4 @@
}
</script>
<LoadingFormView {...$$props} loadRowFunc={handleLoadRow} loadRowCountFunc={handleLoadRowCount} />
<LoadingFormView {...$$props} loadRowFunc={handleLoadRow} loadRowCountFunc={handleLoadRowCount} rowCountNotAvailable />