We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af89e96 commit d9d963fCopy full SHA for d9d963f
dash/_validate.py
@@ -445,7 +445,7 @@ def _validate_id(comp):
445
_validate(component)
446
else:
447
raise exceptions.NoLayoutException(
448
- "List of components as layout must be a list of strings and components only."
+ "Only strings and components are allowed in a list layout."
449
)
450
451
_validate(layout_value)
0 commit comments