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
) {
await updateContract(contractId, {
groupSlugs: [group.slug],
groupLinks: [
{
groupId: group.id,