🚧 add & validate blueprint yaml

This commit is contained in:
Fred KISSIE
2025-10-25 01:25:19 +02:00
parent 038f8829c2
commit 29cd035a05
10 changed files with 324 additions and 181 deletions

View File

@@ -37,7 +37,7 @@ export default async function CreateBlueprintPage(
/>
</div>
<CreateBlueprintForm />
<CreateBlueprintForm orgId={orgId} />
</>
);
}