From 33b2ca897df2187bfcecb54c6dbe9e9f2d70f072 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:02:51 +0200 Subject: [PATCH] Fix location icon field (#7658) --- src/frontend/src/forms/StockForms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/forms/StockForms.tsx b/src/frontend/src/forms/StockForms.tsx index 123a2834f0..b88bc27a9d 100644 --- a/src/frontend/src/forms/StockForms.tsx +++ b/src/frontend/src/forms/StockForms.tsx @@ -860,7 +860,7 @@ export function stockLocationFields({}: {}): ApiFormFieldSet { description: {}, structural: {}, external: {}, - icon: {}, + custom_icon: {}, location_type: {} };