Skip to content

Commit

Permalink
Merge pull request #937 from AI4Bharat/waveSurfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Feb 24, 2024
2 parents 3c70c09 + 98875af commit 4fd55db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/component/Project/TaskTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const TaskTable = (props) => {

const unassignTasks = async () => {
setDeallocateDialog(false);
if (props.ProjectDetails.project_type === "AcousticNormalisedTranscriptionEditing") {
if (ProjectDetails?.project_type === "AcousticNormalisedTranscriptionEditing") {
setSnackbarInfo({
open: true,
message: 'The task de-allocation has been disabled for your project',
Expand Down

0 comments on commit 4fd55db

Please sign in to comment.