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,
|
cors: hasDomain ? values.cors : null,
|
||||||
projectId: values.projectId,
|
projectId: values.projectId,
|
||||||
organizationSlug,
|
organizationSlug,
|
||||||
|
type: values.type,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user