mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-29 19:20:46 +08:00
Fix file download in the .exs notebook export
This commit is contained in:
parent
6f4eb7f58b
commit
469c53a4df
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ defmodule LivebookWeb.SessionLive.ExportElixirComponent do
|
|||
<a
|
||||
class="icon-button"
|
||||
aria-label="download source"
|
||||
href={~p"/sessions/#{@session.id}/export/download/exs"}
|
||||
href={~p"/sessions/#{@session.id}/download/export/exs"}
|
||||
download
|
||||
>
|
||||
<.remix_icon icon="download-2-line" class="text-lg" />
|
||||
|
|
Loading…
Reference in a new issue