mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: data maitained in doc creation navigation
This commit is contained in:
+7
@@ -30,6 +30,13 @@
|
||||
let offset = 0;
|
||||
|
||||
onMount(async () => {
|
||||
if (value) {
|
||||
if (isRelationshipToMany(attribute)) {
|
||||
relatedList = value as string[];
|
||||
} else {
|
||||
singleRel = value as string;
|
||||
}
|
||||
}
|
||||
documentList = await getDocuments();
|
||||
|
||||
if (editing && $doc?.[attribute.key]) {
|
||||
|
||||
Reference in New Issue
Block a user