Fix missing userId on server edit

This commit is contained in:
jeffvli
2022-12-09 19:02:28 -08:00
parent 44013c6212
commit c060df6d22
@@ -67,6 +67,7 @@ export const EditServerForm = ({ isUpdate, server, onCancel }: EditServerFormPro
ndCredential: data.ndCredential,
type: values.type,
url: values.url,
userId: data.userId,
username: data.username,
};