diff --git a/src/views/portfolio/licenses/LicenseList.vue b/src/views/portfolio/licenses/LicenseList.vue index 4f2cac108..1812a4f09 100644 --- a/src/views/portfolio/licenses/LicenseList.vue +++ b/src/views/portfolio/licenses/LicenseList.vue @@ -41,7 +41,7 @@ export default { methods: { refreshTable: function () { this.$refs.table.refresh({ - url: `${this.$api.BASE_URL}/${this.$api.URL_LICENSE}`, + url: `${this.$api.BASE_URL}/${this.$api.URL_LICENSE_CONCISE}`, silent: true, }); },