Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Nov 21, 2024
1 parent 80b32df commit 4cde492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/clusters/clusters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function addClusterUserAction({
body: {
username,
label: "foo",
cluster_id: clusterName,
cluster: clusterName,
object: "k8s_credential",
pubkey: publicKey,
}
Expand Down

0 comments on commit 4cde492

Please sign in to comment.