mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: merge order for UI config
This commit is contained in:
parent
9577a81528
commit
bf521b58fd
@ -108,7 +108,7 @@ function loadUI(options: IUnleashOptions): IUIConfig {
|
||||
E: true,
|
||||
ENABLE_DARK_MODE_SUPPORT: false,
|
||||
};
|
||||
return mergeAll([uiO, ui]);
|
||||
return mergeAll([ui, uiO]);
|
||||
}
|
||||
|
||||
const dateHandlingCallback = (connection, callback) => {
|
||||
|
Loading…
Reference in New Issue
Block a user