Descriptive error messages for video stories
This commit is contained in:
parent
c038c07b06
commit
4549291b7b
16 changed files with 289 additions and 179 deletions
|
@ -63,7 +63,7 @@ const isRemoteConfigBucketEnabled = (
|
|||
return innerIsBucketValueEnabled(name, flagValue, e164, uuid);
|
||||
};
|
||||
|
||||
const getRemoteConfig = createSelector(
|
||||
export const getRemoteConfig = createSelector(
|
||||
getItems,
|
||||
(state: ItemsStateType): ConfigMapType => state.remoteConfig || {}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue