chore: Disable alert banner (#13458)

This commit is contained in:
Noel Quiles
2021-12-16 13:10:59 -05:00
committed by GitHub
parent 1034c2fd0c
commit 2e618e25de

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 {