diff --git a/app/components/form/fields/SshKeysField.tsx b/app/components/form/fields/SshKeysField.tsx index 109e3a082..ad0020c6b 100644 --- a/app/components/form/fields/SshKeysField.tsx +++ b/app/components/form/fields/SshKeysField.tsx @@ -118,7 +118,9 @@ export function SshKeysField({ control }: { control: Control} title="No SSH keys" - body="You need to add a SSH key to be able to see it here" + body="You need to add a key to be able to see it here" + buttonText="Add SSH Key" + onClick={() => setShowAddSshKey(true)} /> )}