mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix missing userId on server edit
This commit is contained in:
@@ -67,6 +67,7 @@ export const EditServerForm = ({ isUpdate, server, onCancel }: EditServerFormPro
|
|||||||
ndCredential: data.ndCredential,
|
ndCredential: data.ndCredential,
|
||||||
type: values.type,
|
type: values.type,
|
||||||
url: values.url,
|
url: values.url,
|
||||||
|
userId: data.userId,
|
||||||
username: data.username,
|
username: data.username,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user