Skip to content

Commit

Permalink
fix cluster isssuer, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Oct 19, 2023
1 parent eaa24ea commit 160247e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/apps/new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ export default {
methods: {
loadClusterIssuers(){
axios.get('/api/config/clusterissuers').then(response => {
this.letsecryptClusterIssuer = response.data[0].id;
this.letsecryptClusterIssuer = response.data.id;
});
},
loadTemplate(catalogId, template) {
Expand Down

0 comments on commit 160247e

Please sign in to comment.