Skip to content

Commit ab676a4

Browse files
authored
Merge pull request #1363 from ch8matt/patch-1
2 parents a3025f2 + bb66551 commit ab676a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/portfolio/tags/SelectTagModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
mixins: [permissionsMixin],
4141
methods: {
4242
apiUrl: function () {
43-
let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}/${this.policy.uuid}`;
43+
let url = `${this.$api.BASE_URL}/${this.$api.URL_TAG}`;
4444
return url;
4545
},
4646
refreshTable: function () {

0 commit comments

Comments
 (0)