pass client type when creating

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-12 21:00:30 +02:00
parent 8485618726
commit e6f3b94aa2

View File

@@ -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,
}); });
}; };