Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ViridianCitrus committed Feb 22, 2023
1 parent aa2bdf9 commit db17ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Minecraft/MinecraftSettingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default function MinecraftSettingCard() {
})
.then(() => {
queryClient.invalidateQueries(['instances', 'list']);
selectInstance(undefined);
selectInstance(null);
})
.catch((err) => {
const err_message = errorToString(err);
Expand Down

0 comments on commit db17ee0

Please sign in to comment.