Skip to content

Commit

Permalink
Fixed the named import for the filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokmladumor committed Feb 18, 2025
1 parent 9402632 commit e76583c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* filesize
*
* @copyright 2023 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 10.1.0
*/
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/js/tool.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* filesize
*
* @copyright 2023 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 10.1.0
*/
2 changes: 1 addition & 1 deletion resources/js/components/Manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@

<script>
import _ from 'lodash';
import filesize from 'filesize';
import { filesize } from 'filesize';
import MD5 from 'md5';
import api from '../api';
import ImageLoader from '../modules/ImageLoader';
Expand Down

0 comments on commit e76583c

Please sign in to comment.