mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-11 01:18:12 +08:00
Fix class name in import_file_uploader_component (#762)
This commit is contained in:
parent
f44e34d3d7
commit
a5cb366c73
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ defmodule LivebookWeb.HomeLive.ImportFileUploadComponent do
|
|||
You can only upload files with .livemd extension.
|
||||
</div>
|
||||
<% end %>
|
||||
<button type="submit" class="mt-5 button button-blue" disabled={@uploads.notebook.entries == [] || @error}>
|
||||
<button type="submit" class="mt-5 button-base button-blue" disabled={@uploads.notebook.entries == [] || @error}>
|
||||
Import
|
||||
</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue