Skip to content

Commit 252fd05

Browse files
Corrected a couple bugs
1 parent 4e797d1 commit 252fd05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/routes/AdvancedEditor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ let AdvancedEditor = () => {
201201
<div>
202202
<p>Please choose the video you wish to add subtitles to. Note that the file needs to already be trimmed to the length you want it.</p>
203203
<input type="file" accept=".mp4" onChange={onFileOpen} />
204+
<Link to="/"><button type="button">Cancel</button></Link>
204205
</div>
205206
}
206207
</div>

0 commit comments

Comments
 (0)