ui: remove source dataset selector from DDS flow

This commit is contained in:
devmrko
2026-06-30 14:40:43 +09:00
parent 780bbd60db
commit a9c58fa854
4 changed files with 48 additions and 115 deletions

View File

@@ -39,7 +39,7 @@ public class DdsController {
@GetMapping("/dds")
public String page(Model model) {
addOptions(model, "both", "PG", null);
model.addAttribute("vectorObject", service.vectorObject());
return "dds";
}