Co-Authored-By: python4004 <36403473+python4004@users.noreply.github.com>
@@ -88,7 +88,7 @@
},
// pages: [], // TODO: Implement pages for notes to allow users to create multiple pages in a note
meta: null,
- access_control: null
+ access_control: {}
};
let files = [];
@@ -71,7 +71,7 @@
}
}).catch((error) => {
toast.error(`${error}`);
return null;
@@ -198,7 +198,7 @@