Skip to content

Commit

Permalink
fix: Use always pool (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub authored Nov 19, 2024
1 parent 2e55fbd commit 321ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/ui/src/app/Catalog/CatalogItemFormReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function reduceFormStateInit(
termsOfServiceRequired: catalogItem.spec.termsOfService ? true : false,
workshop: null,
error: '',
usePoolIfAvailable: isAdmin ? false : true,
usePoolIfAvailable: true,
useAutoDetach: true,
activity: null,
purpose: null,
Expand Down

0 comments on commit 321ac0d

Please sign in to comment.