Add group slug during create

This commit is contained in:
Ian Philips 2022-07-23 15:04:11 -06:00
parent 6c8c068327
commit f4e4582913

View File

@ -187,6 +187,7 @@ export async function setContractGroupLinks(
userId: string userId: string
) { ) {
await updateContract(contractId, { await updateContract(contractId, {
groupSlugs: [group.slug],
groupLinks: [ groupLinks: [
{ {
groupId: group.id, groupId: group.id,