From d6f1c9e461c2c00df4914b0b3796b51cdd3ecb1b Mon Sep 17 00:00:00 2001 From: augustlindemer <118665588+augustlindemer@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:53:51 +0100 Subject: [PATCH] Update Adverts.ts --- editor.planx.uk/src/@planx/components/List/schemas/Adverts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/List/schemas/Adverts.ts b/editor.planx.uk/src/@planx/components/List/schemas/Adverts.ts index 67ab527929..3a2e9461d3 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/Adverts.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/Adverts.ts @@ -36,5 +36,6 @@ export const ProposedAdvertisements: Schema = { }, }, ], - min: 0, + min: 1, + max: 1, } as const;