mg-library 1.0.454 → 1.0.455
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blocks.js +1 -1
- package/package.json +1 -1
package/blocks.js
CHANGED
@@ -404,7 +404,7 @@ export function MGCamera(props) {
|
|
404
404
|
props.process.goForward(props.nextStep);
|
405
405
|
props.dispatch(props.actions.endProcessing());
|
406
406
|
}
|
407
|
-
const [facing, setFacing] = useState
|
407
|
+
const [facing, setFacing] = useState('front');
|
408
408
|
const FlipIcon = () => (
|
409
409
|
<MaterialCommunityIcons
|
410
410
|
name='camera-flip-outline'
|