Fix class name in import_file_uploader_component (#762)

This commit is contained in:
Kyungyeol Kim (Bret) 2021-12-06 20:38:39 +09:00 committed by GitHub
parent f44e34d3d7
commit a5cb366c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>