Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Jan 30, 2025
1 parent 188bed6 commit e13c2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Slices/DesiredState/UI/Components/PromoteAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const PromoteAction: React.FC<Props> = ({ version, isDisabled }) => {
const onSubmit = () => {
mutate(version.toString());
};

return (
<ActionDisabledTooltip
isDisabled={isDisabled || isHalted}
Expand Down

0 comments on commit e13c2fa

Please sign in to comment.