File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1948,7 +1948,7 @@ async def process_video_task(
19481948
19491949
19501950def _seedance_group_picker_input () -> IO .Combo .Input :
1951- """Combo populated from /proxy/seedance/groups. Empty selection triggers H5 enrollment."""
1951+ """Combo populated from /proxy/seedance/visual-validate/ groups. Empty selection triggers H5 enrollment."""
19521952 return IO .Combo .Input (
19531953 "group_id" ,
19541954 default = "" ,
@@ -1957,7 +1957,7 @@ def _seedance_group_picker_input() -> IO.Combo.Input:
19571957 "authentication and create a new group."
19581958 ),
19591959 remote_combo = IO .RemoteComboOptions (
1960- route = "/proxy/seedance/groups" ,
1960+ route = "/proxy/seedance/visual-validate/ groups" ,
19611961 response_key = "groups" ,
19621962 item_schema = IO .RemoteItemSchema (
19631963 value_field = "group_id" ,
You can’t perform that action at this time.
0 commit comments