Add group slug during create
This commit is contained in:
parent
6c8c068327
commit
f4e4582913
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user