send vlaue
This commit is contained in:
parent
021e86a0ab
commit
01b9dad61d
|
@ -119,7 +119,7 @@ const exportNotes = () => {
|
|||
|
||||
const importPosts = async (ev) => {
|
||||
const file = await selectFile(ev.currentTarget ?? ev.target);
|
||||
os.api('i/import-posts', { fileId: file.id, signatureCheck: signatureCheck }).then(onImportSuccess).catch(onError);
|
||||
os.api('i/import-posts', { fileId: file.id, signatureCheck: signatureCheck.value }).then(onImportSuccess).catch(onError);
|
||||
};
|
||||
|
||||
const exportFollowing = () => {
|
||||
|
|
Loading…
Reference in New Issue