From 742887bf005ab1f188d258118028301d91b20a69 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Fri, 27 Mar 2020 08:20:47 -0700 Subject: [PATCH] [sip-15] fix messaging (#9397) --- superset/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/config.py b/superset/config.py index 630fbef90..45ea6e3cf 100644 --- a/superset/config.py +++ b/superset/config.py @@ -808,8 +808,8 @@ SIP_15_ENABLED = True SIP_15_GRACE_PERIOD_END: Optional[date] = None # exclusive SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS = ["unknown", "inclusive"] SIP_15_TOAST_MESSAGE = ( - "Action Required: Preview then save your chart using the" - 'new time range endpoints here.' )