mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-14 03:33:43 +08:00
The Web/API (webchat) onboarding wizard marked api_key as required while it is also readOnly and platform-generated on save. The readOnly field could never be filled during creation, so canSubmitConfig never passed and "Continue" stayed disabled. Exclude readOnly fields from the wizard's required/optional field sets so they neither gate "Continue" nor render as fillable inputs. The api_key still appears as required + readOnly in the edit modal once a value exists. Refs matevip/mateclaw#338 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| test | ||
| .npmrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| TEST_CASES.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| yarn.lock | ||