stuff
This commit is contained in:
parent
4566e4b240
commit
3c360e9b6d
|
@ -3454,7 +3454,6 @@ var BDFDB = {
|
||||||
if (button.cancel) cancels.push(click);
|
if (button.cancel) cancels.push(click);
|
||||||
|
|
||||||
footerchildren.push(BDFDB.ReactUtils.createElement(LibraryComponents.Button, {
|
footerchildren.push(BDFDB.ReactUtils.createElement(LibraryComponents.Button, {
|
||||||
type: "button",
|
|
||||||
look: look || (color ? LibraryComponents.Button.Looks.FILLED : LibraryComponents.Button.Looks.LINK),
|
look: look || (color ? LibraryComponents.Button.Looks.FILLED : LibraryComponents.Button.Looks.LINK),
|
||||||
color: color || LibraryComponents.Button.Colors.PRIMARY,
|
color: color || LibraryComponents.Button.Colors.PRIMARY,
|
||||||
onClick: _ => {
|
onClick: _ => {
|
||||||
|
@ -6242,7 +6241,7 @@ var BDFDB = {
|
||||||
}
|
}
|
||||||
} : LibraryComponents.PopoutContainer;
|
} : LibraryComponents.PopoutContainer;
|
||||||
|
|
||||||
LibraryComponents.QuickSelect = BDFDB.ModuleUtils.findByName("QuickSelect");
|
LibraryComponents.QuickSelect = BDFDB.ModuleUtils.findByName("QuickSelectWrapper");
|
||||||
|
|
||||||
LibraryComponents.SearchBar = BDFDB.ModuleUtils.findByName("SearchBar");
|
LibraryComponents.SearchBar = BDFDB.ModuleUtils.findByName("SearchBar");
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue