import { noop } from "lodash"; import React, { memo } from "react"; import styled from "styled-components"; import Toggle from "components/ads/Toggle"; import { ControlWrapper } from "components/propertyControls/StyledControls"; import { AllowToggle, AllowToggleLabel, AllowToggleWrapper, FormBodyWrapper, FormHeaderIndex, FormHeaderLabel, FormHeaderSubtext, FormHeaderWrapper, StyledLink as Link, } from "./common"; import { TELEMETRY_URL } from "constants/ThirdPartyConstants"; const DataCollectionFormWrapper = styled.div` width: 100%; position: relative; padding-left: ${(props) => props.theme.spaces[17] * 2}px; `; const StyledLink = styled(Link)` display: inline-block; margin-top: 8px; `; export default memo(function DataCollectionForm() { return ( 2. Usage data preference Your data. Your choice. Data is collected anonymously.
List of tracked items
noop} value /> Allow Appsmith to collect usage data anonymously
); });