pull/1021/head
lianahus 4 years ago
parent d171aa8ff7
commit d68b6652d7
  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