mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
fix: invalid tester
This commit is contained in:
@@ -106,7 +106,6 @@ 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(0, isControl),
|
||||
tester: rankWith(0, isControl),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user