feat(ST-507): add code input to Product, Pbi and Story forms
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9da9f6ae56
commit
66063f035a
4 changed files with 93 additions and 38 deletions
|
|
@ -48,6 +48,7 @@ export default async function ProductSettingsPage({ params }: Props) {
|
|||
defaultValues={{
|
||||
id: product.id,
|
||||
name: product.name,
|
||||
code: product.code,
|
||||
description: product.description ?? '',
|
||||
repo_url: product.repo_url ?? '',
|
||||
definition_of_done: product.definition_of_done,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue