We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3025f2 + bb66551 commit ab676a4Copy full SHA for ab676a4
src/views/portfolio/tags/SelectTagModal.vue
@@ -40,7 +40,7 @@ export default {
40
mixins: [permissionsMixin],
41
methods: {
42
apiUrl: function () {
43
- let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}/${this.policy.uuid}`;
+ let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}`;
44
return url;
45
},
46
refreshTable: function () {
0 commit comments