add api key

This commit is contained in:
xie7654
2025-07-10 16:24:33 +08:00
parent 65bdda6377
commit c6e41c92ee
7 changed files with 112 additions and 78 deletions

View File

@@ -23,7 +23,7 @@ ${form_fields}
*/
export function useGridFormSchema(): VbenFormSchema[] {
return [
${form_fields}
${grid_form_fields}
];
}