I am trying to enable some of the UI <feature flag...
# ask-metaflow
f
I am trying to enable some of the UI feature flags but none of these works when using terraform module
Copy code
extra_ui_static_env_vars = {
    REACT_APP_FEATURE_RUN_GROUPS      = "1"
    REACT_APP_FEATURE_ARTIFACT_TABLE  = "1"
    REACT_APP_FEATURE_ARTIFACT_SEARCH = "1"
  }
  extra_ui_backend_env_vars = {
    REACT_APP_FEATURE_RUN_GROUPS      = "1"
    REACT_APP_FEATURE_ARTIFACT_TABLE  = "1"
    REACT_APP_FEATURE_ARTIFACT_SEARCH = "1"
  }
1