Further translations of the import helper
This commit is contained in:
parent
8e2e227563
commit
0d81decdc7
6 changed files with 105 additions and 22 deletions
|
@ -36,7 +36,7 @@ export default class ImportHelperGui extends LeftIndex {
|
|||
.then(t.mapPreview, geojson => new MapPreview(state, geojson))
|
||||
.then(t.selectTheme, v => new SelectTheme(v))
|
||||
.then(t.compareToAlreadyExistingNotes, v => new CompareToAlreadyExistingNotes(state, v))
|
||||
.then("Compare with existing data", v => new ConflationChecker(state, v))
|
||||
.then(t.conflationChecker, v => new ConflationChecker(state, v))
|
||||
.then(t.confirmProcess, v => new ConfirmProcess(v))
|
||||
.then(t.askMetadata, (v) => new AskMetadata(v))
|
||||
.finish(t.createNotes.title, v => new CreateNotes(state, v));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue