Skip to content

Commit

Permalink
T311358
Browse files Browse the repository at this point in the history
  • Loading branch information
gopavasanth authored Jun 26, 2022
1 parent d0659f8 commit c221e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UrlBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AppContext } from '../context';
function UrlBox(props) {
const { updateAppState } = useContext(AppContext);

const allowedExtensions = 'mp4,webm,mov,flv,ogv';
const allowedExtensions = 'video/mp4,video/x-m4v,video/*';
const [mouseHover, setMouseHover] = useState(false);
const [title, setTitle] = useState('');
const fileUpload = useRef(null);
Expand Down

0 comments on commit c221e93

Please sign in to comment.