Skip to content

Commit 49bc60d

Browse files
committed
fix
1 parent 0c738b1 commit 49bc60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ControlPlane/ManagedResources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function ManagedResources({
136136
</Fragment>,
137137
);
138138
},
139-
[openInAside, handlePatch],
139+
[openInAside, handlePatch, apiConfig],
140140
);
141141
const { hasMCPAdminRights } = useAuthMcp();
142142
const columns = useMemo<AnalyticalTableColumnDefinition[]>(

src/components/ControlPlane/ProvidersConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function ProvidersConfig() {
7676
</Fragment>,
7777
);
7878
},
79-
[openInAside, handlePatch],
79+
[openInAside, handlePatch, apiConfig],
8080
);
8181
const { hasMCPAdminRights } = useAuthMcp();
8282
const columns = useMemo<AnalyticalTableColumnDefinition[]>(

0 commit comments

Comments
 (0)