Skip to content

Commit

Permalink
fix(reinstall): hide modal
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 18, 2024
1 parent 7059b60 commit e0b2642
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ const reinstallCurrent = async () => {
};
const reinstallLoader = async (loader: string) => {
versionSelectModal.value.hide();
try {
await props.server.general?.reinstall(
serverId,
Expand Down

0 comments on commit e0b2642

Please sign in to comment.