mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
Update unraid-ui/src/forms/renderers.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user