Skip to content

Commit

Permalink
Merge pull request #763 from AI4Bharat/master-s
Browse files Browse the repository at this point in the history
removed-bg music
  • Loading branch information
aparna-aa authored Jul 30, 2024
2 parents 26793c4 + 1f6dece commit 1b8556b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/ExportDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ExportDialog = ({
PaperProps={{ style: { borderRadius: "10px" } }}
>
<DialogTitle variant="h4" display="flex" alignItems={"center"}>
<Typography variant="h4">Export Subtitles</Typography>{" "}
<Typography variant="h4">Export Voiceover</Typography>{" "}
<IconButton
aria-label="close"
onClick={handleClose}
Expand Down Expand Up @@ -172,7 +172,7 @@ const ExportDialog = ({
) : (
<></>
)}

{/*
{currentTaskType?.includes("VOICEOVER") && !isBulkTaskDownload && (
<>
<DialogContentText id="select-speaker-info" sx={{ mt: 2 }}>
Expand All @@ -196,7 +196,7 @@ const ExportDialog = ({
</FormControl>
</DialogActions>
</>
)}
)} */}

<DialogActions>
<Button
Expand Down

0 comments on commit 1b8556b

Please sign in to comment.