diff --git a/package.json b/package.json index 7bcf84d59..73a53bd30 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#a327385cdf71568dbd15a17f3dcf5f4b83e0966d", + "lbry-redux": "lbryio/lbry-redux#60bd918d5ee95ea4e597d1e5c6bccf992ef83d28", "lbryinc": "lbryio/lbryinc#8f9a58bfc8312a65614fd7327661cdcc502c4e59", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/ui/store.js b/ui/store.js index a34b97b7b..c7f415253 100644 --- a/ui/store.js +++ b/ui/store.js @@ -178,6 +178,7 @@ const sharedStateFilters = { app_welcome_version: { source: 'app', property: 'welcomeVersion' }, sharing_3P: { source: 'app', property: 'allowAnalytics' }, builtinCollections: { source: 'collections', property: 'builtin' }, + editedCollections: { source: 'collections', property: 'edited' }, // savedCollections: { source: 'collections', property: 'saved' }, unpublishedCollections: { source: 'collections', property: 'unpublished' }, }; diff --git a/yarn.lock b/yarn.lock index c5df20d3d..327286788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10136,9 +10136,9 @@ lazy-val@^1.0.4: yargs "^13.2.2" zstd-codec "^0.1.1" -lbry-redux@lbryio/lbry-redux#a327385cdf71568dbd15a17f3dcf5f4b83e0966d: +lbry-redux@lbryio/lbry-redux#60bd918d5ee95ea4e597d1e5c6bccf992ef83d28: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/a327385cdf71568dbd15a17f3dcf5f4b83e0966d" + resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/60bd918d5ee95ea4e597d1e5c6bccf992ef83d28" dependencies: proxy-polyfill "0.1.6" reselect "^3.0.0"