Skip to content

Commit

Permalink
Revert "Temporary patch (#46)"
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 17, 2023
1 parent 0768b36 commit b1ff82b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions marlowe-playground-client/src/Page/Simulation/View.purs
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@ startSimulationWidget
, onClick $ const DownloadAsJson
]
[ text "Download as JSON" ]
, button
[ classNames
[ "btn", "bold", "flex-1", "max-w-[15rem]", "mx-2" ]
, onClick $ const ExportToRunner
]
[ text "Export to Marlowe Runner" ]
, button
[ classNames
[ "btn", "bold", "flex-1", "max-w-[15rem]", "mx-2" ]
Expand Down

0 comments on commit b1ff82b

Please sign in to comment.