Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Start with empty selected migrators array
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Apr 13, 2022
commit a15204ef7c031ad071be069e44118f8dfefbf967
2 changes: 1 addition & 1 deletion src/components/ExportSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default {
data() {
return {
modalOpened: false,
selectedMigrators: ['settings'],
selectedMigrators: [],
error: false,
}
},
Expand Down