Skip to content

Commit

Permalink
Merge pull request #781 from AI4Bharat/mas-s
Browse files Browse the repository at this point in the history
save and complete enabling fix
  • Loading branch information
aparna-aa authored Aug 8, 2024
2 parents 2659402 + 13d2bf8 commit 2f66d8d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const SettingsButtonComponent = ({
}, [apiStatus]);

const getDisbled = (flag) => {

if (taskData?.source_type === "Manually Created") {
return false;
}

if (!transcriptPayload?.payload?.payload?.length) {
return true;
}
Expand Down

0 comments on commit 2f66d8d

Please sign in to comment.