Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed May 28, 2024
1 parent c6876ef commit f3f03ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/workspace/src/AppsWizard/AppsFormSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const FormSchema = (
: '';

appFields.configuration.defaults['allocation'] = isAppTypeBATCH(definition)
? allocations.includes(portalAlloc)
? allocations.includes(portalAlloc || '')
? portalAlloc
: allocations.length === 1
? allocations[0]
Expand Down

0 comments on commit f3f03ef

Please sign in to comment.