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)">