mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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,
|
||||
type: values.type,
|
||||
url: values.url,
|
||||
userId: data.userId,
|
||||
username: data.username,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user