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.
1 parent dcd7db1 commit bb66551Copy full SHA for bb66551
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