Skip to content

Commit 160247e

Browse files
committed
fix cluster isssuer, again
1 parent eaa24ea commit 160247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/apps/new.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ export default {
12901290
methods: {
12911291
loadClusterIssuers(){
12921292
axios.get('/api/config/clusterissuers').then(response => {
1293-
this.letsecryptClusterIssuer = response.data[0].id;
1293+
this.letsecryptClusterIssuer = response.data.id;
12941294
});
12951295
},
12961296
loadTemplate(catalogId, template) {

0 commit comments

Comments
 (0)