This commit is contained in:
btzr-io 2020-07-29 23:07:00 -05:00 committed by Sean Yesmunt
parent d93d97882b
commit 0f757bc101

View file

@ -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();