Skip to content

Commit

Permalink
Docs: Fix appwrite docs (refinedev#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
matipojo committed Dec 29, 2021
1 parent 8df534f commit 312fea1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ If you want to restrict permissions and only allow specific users, you need to s
```tsx
const { formProps, saveButtonProps } = useForm<IPost>({
metaData: {
writeAccess: ["User ID, Team ID, or Role"],
readAccess: ["User ID, Team ID, or Role"]
writePermissions: ["User ID, Team ID, or Role"],
readPermissions: ["User ID, Team ID, or Role"]
}
});
```
Expand Down

0 comments on commit 312fea1

Please sign in to comment.