This commit is contained in:
Mirco Wittrien 2019-12-18 13:40:16 +01:00
parent 0545808708
commit e5fd9bf4d8
2 changed files with 2 additions and 1 deletions

View File

@ -3624,6 +3624,7 @@
if (button.cancel) cancels.push(click);
footerchildren.push(BDFDB.ReactUtils.createElement(LibraryComponents.Button, {
key: button.key,
look: look || (color ? LibraryComponents.Button.Looks.FILLED : LibraryComponents.Button.Looks.LINK),
color: color || LibraryComponents.Button.Colors.PRIMARY,
onClick: _ => {

File diff suppressed because one or more lines are too long