Skip to content

Fixed "undefined" appearing in button class attribute.

Robin Pljx requested to merge button_class_bug into master

Undefined properties were applied in rendered button class. Added a ternary for properties that can be undefined. "outline" class was added to Button.scss but the styling is not yet implemented.

Edited by Robin Pljx

Merge request reports