onboarding save copy server selection

This commit is contained in:
mbecker20
2025-10-05 05:47:51 -07:00
parent b6eaf76497
commit 8bb9f16e9b

View File

@@ -69,6 +69,9 @@ export const Onboarding = () => {
type="Server"
selected={row.original.copy_server}
templates={Types.TemplatesQueryBehavior.Include}
onSelect={(copy_server) =>
mutate({ public_key: row.original.public_key, copy_server })
}
/>
),
},