From 3f7f8a4498d771cd9401a1ca7da3cac07748aa08 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Wed, 10 Dec 2025 10:28:53 +0100 Subject: [PATCH] Added Plants to resource config --- src/utils/resource.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/resource.config.ts b/src/utils/resource.config.ts index acce9cd..a0f26a3 100644 --- a/src/utils/resource.config.ts +++ b/src/utils/resource.config.ts @@ -21,7 +21,7 @@ export const resourceConfig = { }, customers: { searchColumns: ["name", "customerNumber", "firstname", "lastname", "notes"], - mtmLoad: ["contacts","projects"], + mtmLoad: ["contacts","projects","plants"], table: customers, numberRangeHolder: "customerNumber", },