We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArgumentError: edge attribute 'button_color' invalid
state :requested do event :invite, transitions_to: :invited event :reject, transitions_to: :rejected, meta: { button_color: 'alert' } event :withdraw_request, transitions_to: :new end
The text was updated successfully, but these errors were encountered:
Limit keys from state and event meta hashes passed to draw methods (f…
84f164c
…ixes geekq#236)
Successfully merging a pull request may close this issue.
ArgumentError: edge attribute 'button_color' invalid
The text was updated successfully, but these errors were encountered: