Skip to content

Commit

Permalink
fix save as issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shmish111 committed Oct 21, 2020
1 parent 49a236a commit 1966505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marlowe-playground-client/src/MainFrame.purs
Expand Up @@ -450,6 +450,7 @@ handleAction s (SaveAsAction action@SaveAs.SaveProject) = do
currentName <- use _projectName
currentGistId <- use _gistId
projectName <- use (_saveAs <<< SaveAs._projectName)
assign _gistId Nothing
assign _projectName projectName
handleGistAction s PublishGist
res <- peruse (_createGistResult <<< _Success)
Expand Down

0 comments on commit 1966505

Please sign in to comment.