This commit is contained in:
Mirco Wittrien 2019-11-06 10:10:55 +01:00
parent 4566e4b240
commit 3c360e9b6d
2 changed files with 2 additions and 3 deletions

View File

@ -3454,7 +3454,6 @@ var BDFDB = {
if (button.cancel) cancels.push(click);
footerchildren.push(BDFDB.ReactUtils.createElement(LibraryComponents.Button, {
type: "button",
look: look || (color ? LibraryComponents.Button.Looks.FILLED : LibraryComponents.Button.Looks.LINK),
color: color || LibraryComponents.Button.Colors.PRIMARY,
onClick: _ => {
@ -6242,7 +6241,7 @@ var BDFDB = {
}
} : LibraryComponents.PopoutContainer;
LibraryComponents.QuickSelect = BDFDB.ModuleUtils.findByName("QuickSelect");
LibraryComponents.QuickSelect = BDFDB.ModuleUtils.findByName("QuickSelectWrapper");
LibraryComponents.SearchBar = BDFDB.ModuleUtils.findByName("SearchBar");

File diff suppressed because one or more lines are too long