Skip to content

Commit 4cde492

Browse files
committed
fix types
1 parent 80b32df commit 4cde492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/clusters/clusters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function addClusterUserAction({
109109
body: {
110110
username,
111111
label: "foo",
112-
cluster_id: clusterName,
112+
cluster: clusterName,
113113
object: "k8s_credential",
114114
pubkey: publicKey,
115115
}

0 commit comments

Comments
 (0)