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), }, ];