mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix: questioning a few lines that force an ORDER clause (#11153)
* draft: questioning a few lines that force an ORDER clause * sorting by main metric DESC by default
This commit is contained in:
committed by
GitHub
parent
dcdf15f4d7
commit
ae87b0c767
@@ -180,7 +180,7 @@ function DatabaseList({ addDangerToast, addSuccessToast }: DatabaseListProps) {
|
||||
Header: (
|
||||
<TooltipWrapper
|
||||
label="allow-dml-header"
|
||||
tooltip={t('Allow Data Danipulation Language')}
|
||||
tooltip={t('Allow Data Manipulation Language')}
|
||||
placement="top"
|
||||
>
|
||||
<span>{t('DML')}</span>
|
||||
|
||||
Reference in New Issue
Block a user