From 6c7ab9635087f41459577ed1d66a3b11b239d624 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Thu, 29 Apr 2021 09:02:19 +0100 Subject: [PATCH] fix: background hot reload when changing from custom to api --- src/components/widgets/background/Background.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/widgets/background/Background.jsx b/src/components/widgets/background/Background.jsx index 3d91ce2f..363680c2 100644 --- a/src/components/widgets/background/Background.jsx +++ b/src/components/widgets/background/Background.jsx @@ -239,6 +239,7 @@ export default class Background extends React.PureComponent { this.setState({ url: '', style: '', + type: '', video: false, photoInfo: { hidden: true