{activeTab == 2 && (
{(props) => (
)}
{activeTab == 1 && (
)}
{activeTab == 2 && (
)}
{activeTab == 2 && (
)}
{/* {!uploadFile && (
Supported Format: WAVE audio, Microsoft PCM, 16 bit, mono
8000 Hz
)} */}
{uploadFile && (
)}
{activeTab == 2 && (
}
name="my-input"
checked={isSendLater}
onChange={(value) => {
setIsSendLater(value);
}}
borderColor="#808080"
style={{ cursor: "pointer" }}
labelStyle={{
marginLeft: 5,
userSelect: "none",
color: "#808080",
}}
label="Schedule Voice"
/>
)}
{isSendLater && (
)}