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 |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| components | ||
| composables | ||
| i18n | ||
| router | ||
| stores | ||
| types | ||
| utils | ||
| views | ||
| App.vue | ||
| main.ts | ||
| vite-env.d.ts | ||