Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Fix icon name in Pagetable.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Jan 25, 2021
1 parent 0dcc3ea commit a47689e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
"not ie <= 11"
],
"dependencies": {
"tbl-for-kirby": "github:distantnative/tbl-for-kirby",
"vue": "^2.6.12",
"vue-good-table": "^2.21.1",
"vue-good-table": "2.21.1",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"@vue/component-compiler-utils": "^3.2.0",
"cssnano": "^4.1.10",
"sass": "^1.23.3",
"vue-template-compiler": "^2.6.10"
"sass": "^1.32.5",
"vue-template-compiler": "^2.6.12"
}
}
2 changes: 1 addition & 1 deletion src/components/PageTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<div class="loading" v-else-if="isLoading">
<k-empty :layout="options.layout"
icon="backupsLoader">
icon="pagetableLoader">
{{ translations.loading }}
</k-empty>
</div>
Expand Down

0 comments on commit a47689e

Please sign in to comment.