Skip to content

Commit

Permalink
fix(FR-472): empty resource preset in service launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby authored and ironAiken2 committed Feb 7, 2025
1 parent dd7faf6 commit 0961710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/ServiceLauncherPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ const ServiceLauncherPageContent: React.FC<ServiceLauncherPageContentProps> = ({
}),
vFolderID: model ? model : undefined,
resourceGroup: currentGlobalResourceGroup,
allocationPreset: 'auto-select',
};

return (
Expand Down

0 comments on commit 0961710

Please sign in to comment.