diff --git a/src/Slices/DesiredState/UI/Components/PromoteAction.tsx b/src/Slices/DesiredState/UI/Components/PromoteAction.tsx index 154d63059..eac6a6ec3 100644 --- a/src/Slices/DesiredState/UI/Components/PromoteAction.tsx +++ b/src/Slices/DesiredState/UI/Components/PromoteAction.tsx @@ -38,6 +38,7 @@ export const PromoteAction: React.FC = ({ version, isDisabled }) => { const onSubmit = () => { mutate(version.toString()); }; + return (