Commit bdebbc63 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'sy-trial-status-widget-dont-show-primary-action' into 'master'

Fix create - render - destroy lifecycle for gitlab experiment

See merge request gitlab-org/gitlab!80154
parents 62edda3a cbd7e816
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
}, },
}, },
render() { render() {
return this.$slots?.[getExperimentVariant(this.name)]; return this.$scopedSlots?.[getExperimentVariant(this.name)]?.();
}, },
}; };
</script> </script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment