Skip to content

Commit bb66551

Browse files
authored
fix(ui): remove policy UUID from tag search endpoint in SelectTagModal
Signed-off-by: ch8matt <[email protected]>
1 parent dcd7db1 commit bb66551

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)