From 0f2fb7302cb6fb009d4691f2ca0d73ccf41251f8 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Mon, 7 Jul 2025 10:53:32 +0200 Subject: [PATCH] api: chore rename outdated reference --- .../ui-2d/src/routes/machines/install/hardware-step.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-app/ui-2d/src/routes/machines/install/hardware-step.tsx b/pkgs/clan-app/ui-2d/src/routes/machines/install/hardware-step.tsx index 291937e21..2696a12bc 100644 --- a/pkgs/clan-app/ui-2d/src/routes/machines/install/hardware-step.tsx +++ b/pkgs/clan-app/ui-2d/src/routes/machines/install/hardware-step.tsx @@ -71,7 +71,7 @@ export const HWStep = (props: StepProps) => { const hwReportQuery = useQuery(() => ({ queryKey: [props.dir, props.machine_id, "hw_report"], queryFn: async () => { - const result = await callApi("show_machine_hardware_config", { + const result = await callApi("describe_machine_hardware", { machine: { flake: { identifier: props.dir,