feat(app): wire dashboard administration flows
This commit is contained in:
@@ -21,6 +21,7 @@ export class Organization extends plugins.smartdata.SmartDataDbDoc<
|
||||
slug: slugNameArg,
|
||||
billingPlanId: null,
|
||||
roleIds: [],
|
||||
roleDefinitions: [],
|
||||
}
|
||||
await newOrg.save();
|
||||
return newOrg;
|
||||
|
||||
Reference in New Issue
Block a user