mirror of https://github.com/rancher/dashboard.git
Revert change to `IngressClass.vue`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
8fa39f90d0
commit
a7883c448d
|
|
@ -23,10 +23,7 @@ export default {
|
|||
}
|
||||
},
|
||||
data() {
|
||||
return { ingressClassName: undefined };
|
||||
},
|
||||
created() {
|
||||
this.ingressClassName = get(this.value, 'spec.ingressClassName');
|
||||
return { ingressClassName: get(this.value, 'spec.ingressClassName') };
|
||||
},
|
||||
computed: {
|
||||
ingressClassOptions() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue