diff --git a/components/GatekeeperConfig.vue b/components/GatekeeperConfig.vue index 5d93de093f..0e8e78bae7 100644 --- a/components/GatekeeperConfig.vue +++ b/components/GatekeeperConfig.vue @@ -1,4 +1,5 @@ @@ -167,7 +212,7 @@ export default { :mode="mode" :namespaces="namespaces" :projects="projects" - @gatekeeperEnabled="status => gatekeeperEnabled = status" + @gatekeeperEnabled="syncGatekeeperStatus" />