From e53563382aa06ce442bf23e0acd0a765746f4f34 Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Mon, 13 Nov 2023 17:12:51 -0500 Subject: [PATCH] Misalignment typo. Min/Default params added to interface. --- client/src/components/Form/FormRepeat.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/Form/FormRepeat.vue b/client/src/components/Form/FormRepeat.vue index 960e54b534de..19a636ad2e83 100644 --- a/client/src/components/Form/FormRepeat.vue +++ b/client/src/components/Form/FormRepeat.vue @@ -14,6 +14,8 @@ const FormNode = defineAsyncComponent(() => import("./FormInputs.vue")); interface Input { name: string; title: string; + min: number; + default: number; max: number|string; help?: string; cache: Array>; @@ -108,7 +110,7 @@ const { keyObject } = useKeyedObjects(); class="card" :title="getTitle(cacheId)">