mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
fix typo
This commit is contained in:
parent
d93d97882b
commit
0f757bc101
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ function PublishForm(props: Props) {
|
||||||
if (mode === PUBLISH_MODES.POST) {
|
if (mode === PUBLISH_MODES.POST) {
|
||||||
let outputFile = filePath;
|
let outputFile = filePath;
|
||||||
// If user modified content on the text editor or editing name has changed:
|
// If user modified content on the text editor or editing name has changed:
|
||||||
// Save changes and updat file path
|
// Save changes and update file path
|
||||||
if (fileEdited || nameEdited) {
|
if (fileEdited || nameEdited) {
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
outputFile = await saveFileChanges();
|
outputFile = await saveFileChanges();
|
||||||
|
|
Loading…
Add table
Reference in a new issue