[SIP-15] Making sure the toast link opens in a new tab (#8503)
* [SIP-15] Ensuring toast opens in a new tab * Update config.py
This commit is contained in:
parent
926dca3214
commit
0e64dc84de
|
|
@ -705,7 +705,7 @@ SQLALCHEMY_EXAMPLES_URI = None
|
|||
SIP_15_ENABLED = False
|
||||
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 <a href="{url}" class="alert-link">here</a>.'
|
||||
SIP_15_TOAST_MESSAGE = 'Action Required: Preview then save your chart using the new time range endpoints <a target="_blank" href="{url}" class="alert-link">here</a>.'
|
||||
|
||||
if CONFIG_PATH_ENV_VAR in os.environ:
|
||||
# Explicitly import config module that is not necessarily in pythonpath; useful
|
||||
|
|
|
|||
Loading…
Reference in New Issue