pull/5370/head
lianahus 4 years ago
parent 364d627e3d
commit 79c8e6d142
  1. 4
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -391,11 +391,11 @@ export class LandingPage extends ViewPlugin {
'File system Migration',
yo`<span>'Do you want to save your files first?'</span>`,
{
label: 'Yes',
label: 'Download und migrate',
fn: async () => { await downloadFiles() }
},
{
label: 'No',
label: 'Migrate',
fn: () => {}
}
)

Loading…
Cancel
Save