From 1d089c6625ca84c0e6e5753e204bf77c84e19ae8 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Mon, 26 Aug 2024 21:50:54 +0100 Subject: [PATCH] prettier --- static/js/schema-form/schema-utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/schema-form/schema-utils.ts b/static/js/schema-form/schema-utils.ts index c6cc9a256..e9857ac51 100644 --- a/static/js/schema-form/schema-utils.ts +++ b/static/js/schema-form/schema-utils.ts @@ -434,9 +434,9 @@ export function getOptionsList(schema: Record): Record + properties: Record; } interface PropertySchema { - type: string + type: string; }