zy-asrs-flow/src/pages/map/drawer/showJson.jsx
@@ -38,11 +38,11 @@ const { styles } = useStyles(); const { data } = props; const formattedJSON = JSON.stringify(data, null, 0); const formattedJSON = JSON.stringify(data, null, props.jsonType ?? 2); return ( <> <div className={styles.jsonBox} style={{height: props.height}}> <div className={styles.jsonBox} style={{ height: props.height }}> <textarea readOnly className={styles.jsonContent}