pass client type when creating
This commit is contained in:
@@ -64,6 +64,7 @@ export default function AddClient(props: Props) {
|
||||
cors: hasDomain ? values.cors : null,
|
||||
projectId: values.projectId,
|
||||
organizationSlug,
|
||||
type: values.type,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user