Merge branch 'main' into dev

This commit is contained in:
Owen
2025-08-10 10:16:47 -07:00
43 changed files with 898 additions and 346 deletions

View File

@@ -106,7 +106,7 @@ export default function Page() {
async function onSubmit(data: CreateFormValues) {
setCreateLoading(true);
let payload: CreateOrgApiKeyBody = {
const payload: CreateOrgApiKeyBody = {
name: data.name
};