From 5be7d6ab561e0b59bd13950d79faaf8589f708e5 Mon Sep 17 00:00:00 2001 From: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com> Date: Wed, 12 May 2021 22:41:18 +0800 Subject: [PATCH] [+redux] Define default value for 'thumbnailError' (#6048) * [+redux] Define default value for 'thumbnailError' ## Issue "thumbnail is invalid" not reset with new thumbnail upload 6044 ## Change Defining a default value will cover both CLEAR_PUBLISH and DO_PREPARE_EDIT * bump Co-authored-by: Thomas Zarebczan --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f74320e28..92a05dcac 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#41ef1117e55231ab70fbda18b77c674d62ea9578", + "lbry-redux": "lbryio/lbry-redux#6fc11454eb1b8f9e323c234669880721f12664ee", "lbryinc": "lbryio/lbryinc#8f9a58bfc8312a65614fd7327661cdcc502c4e59", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/yarn.lock b/yarn.lock index 1d16713ab..e7f413130 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6951,9 +6951,9 @@ lazy-val@^1.0.4: yargs "^13.2.2" zstd-codec "^0.1.1" -lbry-redux@lbryio/lbry-redux#41ef1117e55231ab70fbda18b77c674d62ea9578: +lbry-redux@lbryio/lbry-redux#6fc11454eb1b8f9e323c234669880721f12664ee: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/41ef1117e55231ab70fbda18b77c674d62ea9578" + resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/6fc11454eb1b8f9e323c234669880721f12664ee" dependencies: proxy-polyfill "0.1.6" reselect "^3.0.0"