Skip to content

Commit 53b8958

Browse files
committed
fix
1 parent 4ed10b4 commit 53b8958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ControlPlane/GitRepositories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function GitRepositories() {
6565
</Fragment>,
6666
);
6767
},
68-
[openInAside, handlePatch],
68+
[openInAside, handlePatch, apiConfig],
6969
);
7070

7171
const columns = useMemo<AnalyticalTableColumnDefinition[]>(

src/components/ControlPlane/Kustomizations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function Kustomizations() {
6565
</Fragment>,
6666
);
6767
},
68-
[openInAside, handlePatch],
68+
[openInAside, handlePatch, apiConfig],
6969
);
7070
const { hasMCPAdminRights } = useAuthMcp();
7171

0 commit comments

Comments
 (0)