This commit is contained in:
Andrei Pohilko
2025-07-07 14:04:09 +01:00
parent f22c84c288
commit 2da8f23285
6 changed files with 25 additions and 28 deletions

View File

@@ -21,9 +21,7 @@ export default function RevisionsList({
const { namespace, chart } = useParams();
const changeRelease = (newRevision: number) => {
navigate(
`/${namespace}/${chart}/installed/revision/${newRevision}`
);
navigate(`/${namespace}/${chart}/installed/revision/${newRevision}`);
};
return (