From a5c7b9fdd3a42bd28b078be512e21811f98776c3 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Fri, 23 May 2025 11:00:19 -0400 Subject: [PATCH] Update unraid-ui/src/forms/renderers.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- unraid-ui/src/forms/renderers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unraid-ui/src/forms/renderers.ts b/unraid-ui/src/forms/renderers.ts index 32c17ef9b..b21ce4682 100644 --- a/unraid-ui/src/forms/renderers.ts +++ b/unraid-ui/src/forms/renderers.ts @@ -106,6 +106,7 @@ export const jsonFormsRenderers: JsonFormsRendererRegistryEntry[] = [ // Fallback / Meta { renderer: markRaw(withErrorWrapper(MissingRenderer)), - tester: rankWith(3, isControl), // Adjusted rank to ensure it's tested after more specific controls +- tester: rankWith(3, isControl), // Adjusted rank to ensure it's tested after more specific controls ++ tester: rankWith(0, isControl), }, ];