From f697191a7c5d97dd2c8354b7ad98bc22bba46774 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 24 Mar 2023 22:34:56 +0100 Subject: [PATCH] comments --- src/api/acts/roomContent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/acts/roomContent.ts b/src/api/acts/roomContent.ts index 674080b..50558a8 100644 --- a/src/api/acts/roomContent.ts +++ b/src/api/acts/roomContent.ts @@ -419,7 +419,7 @@ export const addItem: Act = { state: "numer", title: "string-256", description: "string-4096", - listCatID: "number", + listCatID: "number", //-1 = no parent unit: "number", value: "string-256", listProdID: "number" //-1 = no parent @@ -474,7 +474,7 @@ export const changeItem: Act = { state: "numer", title: "string-256", description: "string-4096", - listCatID: "number", + listCatID: "number", //-1 = no parent unit: "number", value: "string-256", listProdID: "number" //-1 = no parent