Skip to content

Commit 1a6e009

Browse files
agatha197ironAiken2
authored andcommitted
fix(FR-2769): apply deployment migration feedback
Remove ownership_type filter from VFolderSelect in deployment launcher to show group-owned model folders correctly.
1 parent 0d1422d commit 1a6e009

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

react/src/components/DeploymentLauncherPageContent.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,7 @@ const DeploymentLauncherPageContent: React.FC<
648648
<VFolderSelect
649649
valuePropName="id"
650650
filter={(vf) =>
651-
vf.usage_mode === 'model' &&
652-
vf.status === 'ready' &&
653-
vf.ownership_type !== 'group'
651+
vf.usage_mode === 'model' && vf.status === 'ready'
654652
}
655653
disabled={mode === 'edit'}
656654
showOpenButton

0 commit comments

Comments
 (0)