mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +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.
|
You can only upload files with .livemd extension.
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% 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
|
Import
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue