fix(dashboard): remove popup from slack integrations
This commit is contained in:
@@ -214,6 +214,7 @@ const zCreateIntegration = z.object({
|
||||
id: z.string().optional(),
|
||||
name: z.string().min(1),
|
||||
organizationId: z.string().min(1),
|
||||
projectId: z.string().min(1),
|
||||
});
|
||||
|
||||
export const zCreateSlackIntegration = zCreateIntegration;
|
||||
|
||||
Reference in New Issue
Block a user