diff --git a/app/components/record.js b/app/components/record.js index 92d339aa..56f83e82 100644 --- a/app/components/record.js +++ b/app/components/record.js @@ -43,6 +43,7 @@ const AudioInputsDropdown = (props) => { options={ddOptions} onChange={handleDropdownChange} value={ddOptions[0]} + disabled={props.disabled} /> ) } @@ -115,7 +116,7 @@ export default function Recorder(props) { return (