Skip to content

Commit

Permalink
fix: Create instance wrongly use previous files
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 10, 2023
1 parent 667dd1c commit 15c3487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmcl-keystone-ui/src/composables/instanceCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export function useInstanceCreation(gameProfile: Ref<GameProfile>, versions: Ref
data.server = null
data.modpackVersion = ''
data.description = ''
files.value = []
},
}
}

0 comments on commit 15c3487

Please sign in to comment.