Skip to content

Commit 82be02a

Browse files
katinthehatsiteKateryna Kodonenko
andauthored
Fix importing two sites at once (#775)
Co-authored-by: Kateryna Kodonenko <kateryna@automattic.com>
1 parent 56eefc7 commit 82be02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/components/content-tab-import-export.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ const ImportSite = ( {
191191
return;
192192
}
193193
importConfirmation( async () => {
194-
await importFile( file, selectedSite );
195194
clearImportFileInput();
195+
await importFile( file, selectedSite );
196196
} );
197197
};
198198
const openSite = async () => {

0 commit comments

Comments
 (0)