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 eaa24ea commit 160247eCopy full SHA for 160247e
client/src/components/apps/new.vue
@@ -1290,7 +1290,7 @@ export default {
1290
methods: {
1291
loadClusterIssuers(){
1292
axios.get('/api/config/clusterissuers').then(response => {
1293
- this.letsecryptClusterIssuer = response.data[0].id;
+ this.letsecryptClusterIssuer = response.data.id;
1294
});
1295
},
1296
loadTemplate(catalogId, template) {
0 commit comments