Skip to content

Commit

Permalink
Merge pull request #233 from appwrite/fix-create-document-different-c…
Browse files Browse the repository at this point in the history
…ollection-4993

fix: create document different collection
  • Loading branch information
TorstenDittmann authored Jan 27, 2023
2 parents 5faa54c + b80f86b commit 72b3f26
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
}
onDestroy(() => {
$createDocument.id = null;
$createDocument.document = {};
$createDocument.attributes = [];
$createDocument.permissions = [];
});
Expand Down

1 comment on commit 72b3f26

@vercel
Copy link

@vercel vercel bot commented on 72b3f26 Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.