Skip to content

Commit

Permalink
fix: reset migrate override status
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Dec 12, 2024
1 parent ce7eb62 commit be037ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const MigrateButton = ({
} catch (error) {
console.error(error);
} finally {
overrideSelectedServiceStatus(null);
setIsServicePollingPaused(false);
setIsBalancePollingPaused(false);
}
Expand Down

0 comments on commit be037ed

Please sign in to comment.