Skip to content

Commit

Permalink
Fixed Issue krayin#1778
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Dec 10, 2024
1 parent efa9b87 commit 69d3cb2
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class="flex items-center gap-1.5 break-words"
<i
class="align-text-bottom text-base text-gray-600 dark:text-gray-300"
:class="[applied.sort.order === 'asc' ? 'icon-down-stat': 'icon-up-stat']"
:class="[applied.sort.order === 'asc' ? 'icon-stats-down': 'icon-stats-up']"
v-if="column.index == applied.sort.column"
></i>
</div>
Expand Down
71 changes: 0 additions & 71 deletions public/admin/build/assets/app-2032dc2b.js

This file was deleted.

71 changes: 71 additions & 0 deletions public/admin/build/assets/app-ae6a1872.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/admin/build/assets/app-d6168e0d.css

This file was deleted.

1 change: 1 addition & 0 deletions public/admin/build/assets/app-fda70fa2.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/admin/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"src": "node_modules/vue-cal/dist/i18n/zh-hk.es.js"
},
"src/Resources/assets/css/app.css": {
"file": "assets/app-d6168e0d.css",
"file": "assets/app-fda70fa2.css",
"isEntry": true,
"src": "src/Resources/assets/css/app.css"
},
Expand Down Expand Up @@ -370,7 +370,7 @@
"node_modules/vue-cal/dist/i18n/zh-hk.es.js",
"node_modules/vue-cal/dist/drag-and-drop.es.js"
],
"file": "assets/app-2032dc2b.js",
"file": "assets/app-ae6a1872.js",
"isEntry": true,
"src": "src/Resources/assets/js/app.js"
},
Expand Down

0 comments on commit 69d3cb2

Please sign in to comment.