Remove debug log
This commit is contained in:
parent
f460d54a4e
commit
864e63ffcc
@ -217,7 +217,8 @@ const VirtualBgSelector = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleCustomBgChange = (event) => {
|
const handleCustomBgChange = (event) => {
|
||||||
const file = event.target.files[0]
|
const file = event.target.files[0];
|
||||||
|
|
||||||
const onSuccess = (background) => {
|
const onSuccess = (background) => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: 'new',
|
type: 'new',
|
||||||
|
Loading…
Reference in New Issue
Block a user