fix: unable to select integration on board page (#450)
This commit is contained in:
@@ -18,4 +18,8 @@ export const validation = {
|
||||
icons: iconsSchemas,
|
||||
};
|
||||
|
||||
export { createSectionSchema, sharedItemSchema } from "./shared";
|
||||
export {
|
||||
createSectionSchema,
|
||||
sharedItemSchema,
|
||||
type BoardItemIntegration,
|
||||
} from "./shared";
|
||||
|
||||
@@ -11,6 +11,8 @@ export const integrationSchema = z.object({
|
||||
url: z.string(),
|
||||
});
|
||||
|
||||
export type BoardItemIntegration = z.infer<typeof integrationSchema>;
|
||||
|
||||
export const sharedItemSchema = z.object({
|
||||
id: z.string(),
|
||||
xOffset: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user