From a4a4785ca4273819f382681738a87cb5e6bc3fe0 Mon Sep 17 00:00:00 2001 From: rizky Date: Sun, 11 Aug 2024 01:01:37 -0700 Subject: [PATCH] fixing multi upload --- comps/form/field/Field.tsx | 2 +- comps/form/field/type/TypeRichText.tsx | 15 ++++++++++- comps/form/field/type/TypeUploadMulti.tsx | 31 ++++++++++++++++------- 3 files changed, 37 insertions(+), 11 deletions(-) diff --git a/comps/form/field/Field.tsx b/comps/form/field/Field.tsx index 2b2c97a..b169d84 100755 --- a/comps/form/field/Field.tsx +++ b/comps/form/field/Field.tsx @@ -101,7 +101,7 @@ export const Field: FC = (arg) => { )} ref={typeof arg.field_ref === "function" ? arg.field_ref : undefined} > - {showlabel !== "n" &&