fix: remove SIP_34_ALERTS_UI from config (#12127)

This commit is contained in:
ʈᵃᵢ
2020-12-18 14:52:42 -08:00
committed by GitHub
parent f653a8de30
commit 210fd251c5

View File

@@ -339,7 +339,6 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
"ROW_LEVEL_SECURITY": False,
# Enables Alerts and reports new implementation
"ALERT_REPORTS": False,
"SIP_34_ALERTS_UI": False,
}
# Set the default view to card/grid view if thumbnail support is enabled.