Skip to content

Commit

Permalink
fix: turn on CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Jan 23, 2025
1 parent 03c6fc9 commit 0e99421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set dataset = h.get_dataset_from_id(pkg_name) %}

{% block basic_fields_url %}
<!-- {% asset 'file_uploader/file-uploader-css' %} -->
{% asset 'file_uploader/file-uploader-css' %}
<div
id="FileInputComponent"
data-lfsServer="{{ h.blob_storage_server_url() }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block basic_fields %}

<!-- {% asset 'file_uploader/file-uploader-css' %} -->
{% asset 'file_uploader/file-uploader-css' %}
{% set dataset = h.get_dataset_from_id(pkg_name) %}
<div
id="FileInputComponent"
Expand Down

0 comments on commit 0e99421

Please sign in to comment.