chore: Disable alert banner (#11452)

This commit is contained in:
Noel Quiles 2021-12-16 15:22:59 -05:00 committed by GitHub
parent 479a5ca813
commit cf121d899e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
export const ALERT_BANNER_ACTIVE = true
export const ALERT_BANNER_ACTIVE = false
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {