9.0.1
@comet/cms-admin@9.0.1
Patch Changes
-
0c8063e: Fix the dependents list crashing due to an invalid
visiblefilterThe
DependentsListinitialized thevisiblefilter with the string"true"instead of the booleantrue, causing the GraphQL request to fail with a400 Bad Request(Boolean cannot represent a non boolean value). This made the dependents tab (e.g., on assets) crash with a network error.