Flipper export file implementation
Summary: ^ Changelog: add export file implementation for browsers Reviewed By: antonk52 Differential Revision: D46840341 fbshipit-source-id: 8a011f2a7c0ce329286cb8813def8f9c0572d133
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f0ccad9bb3
commit
daa3a38ed3
@@ -707,7 +707,7 @@ export async function exportEverythingEverywhereAllAtOnce(
|
||||
const exportedFilePath = await getRenderHostInstance().exportFileBinary?.(
|
||||
archiveData,
|
||||
{
|
||||
defaultPath: 'flipper_EEAaO_export',
|
||||
defaultPath: 'flipper_EEAaO_export.zip',
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user