We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c242cd3 commit 5ba9ae9Copy full SHA for 5ba9ae9
src/components/ControlPlane/FluxList.tsx
@@ -22,7 +22,7 @@ export default function FluxList() {
22
data: gitReposData,
23
error: repoErr,
24
isLoading: repoIsLoading,
25
- } = useResource(FluxRequest); //404 if component not enabled`
+ } = useResource(FluxRequest); //404 if component not enabled
26
const {
27
data: kustmizationData,
28
error: kustomizationErr,
src/lib/api/types/landscaper/hooks.ts
0 commit comments