fix: unable to select integration on board page (#450)

This commit is contained in:
Meier Lukas
2024-05-06 21:12:55 +02:00
committed by GitHub
parent dc0184af07
commit c88464498f
6 changed files with 78 additions and 11 deletions

View File

@@ -18,4 +18,8 @@ export const validation = {
icons: iconsSchemas,
};
export { createSectionSchema, sharedItemSchema } from "./shared";
export {
createSectionSchema,
sharedItemSchema,
type BoardItemIntegration,
} from "./shared";