Applying the conditions but when applying two or more conditions its returning by default false in isDropDisabled
if (e.name === "In Progress") { return ( true ) }
Thank you in Advance
if (e.name === "In Progress") { return ( true ) }
Thank you in Advance