Skip to content

Commit ce7e75f

Browse files
peterschmidt85Andrey Cheptsovclaude
authored
Add missing fields to Launch UI supported fields list (#3671)
Fields like `model`, `strip_prefix`, `rate_limits`, `replicas`, `scaling`, `replica_groups`, and `version` were missing from the frontend allowlist, causing "Unsupported field" errors when launching templates that use them. Co-authored-by: Andrey Cheptsov <andrey.cheptsov@github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3c1b583 commit ce7e75f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/pages/Runs/Launch/hooks/useGetRunSpecFromYaml.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ const supportedFields: (keyof TDevEnvironmentConfiguration | keyof TServiceConfi
4141
'gateway',
4242
'https',
4343
'probes',
44+
'model',
45+
'strip_prefix',
46+
'rate_limits',
47+
'replicas',
48+
'scaling',
49+
'replica_groups',
50+
'version',
4451
];
4552

4653
export const useGetRunSpecFromYaml = ({ projectName = '' }) => {

0 commit comments

Comments
 (0)