fixed views relation picker load action and updated the record preview

This commit is contained in:
Gani Georgiev
2023-03-12 16:44:24 +02:00
parent 94d2f296b2
commit 49227f5436
5 changed files with 36 additions and 14 deletions
@@ -25,6 +25,7 @@
try {
collections = await ApiClient.collections.getFullList(100, {
$cancelKey: uniqueId,
sort: "updated",
});
// delete timestamps
for (let collection of collections) {
@@ -70,9 +71,10 @@
</p>
</div>
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<div
tabindex="0"
bind:this={previewContainer}
tabindex="0"
class="export-preview"
on:keydown={(e) => {
// select all