mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
288ffeb2d6
commit
126c68db59
2 changed files with 4 additions and 2 deletions
|
|
@ -109,7 +109,8 @@ function SkillDetailPage() {
|
|||
skill_id: id,
|
||||
version_number: maxVer + 1,
|
||||
markdown_content: markdown,
|
||||
form_inputs: (currentVersion?.form_inputs ?? {}) as Record<string, unknown>,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
form_inputs: (currentVersion?.form_inputs ?? {}) as any,
|
||||
is_live: false,
|
||||
created_by: user.id,
|
||||
}])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue