[BUG] - Application Crashes When 'Agent' Attribute is Omitted in Team Creation #73
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
friends
priority-focus
Describe the Bug
When creating a team and omitting the
agent
attribute (even though it is currently marked as optional), the application crashes with the following error:This indicates that the
agent
attribute is required for proper functionality. The documentation should clearly state that this field is mandatory to prevent the application from crashing.KaibanJS Team Config
Provide a link to a playground or configuration file to reproduce the issue in your KaibanJS setup, if applicable. For example, see: Example Playground
Steps to Reproduce
agent
attribute.forEach
method.Current vs. Expected behavior
Current Behavior: The application crashes when the
agent
attribute is omitted.Expected Behavior: The documentation should clarify that the
agent
attribute is mandatory to avoid the crash.Environment
The text was updated successfully, but these errors were encountered: