mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: database version field (#25898)
(cherry picked from commit 06ffcd29e2)
This commit is contained in:
committed by
Michael S. Molina
parent
81f7c63763
commit
8c099a3f6f
@@ -541,7 +541,7 @@ const ExtraOptions = ({
|
||||
</div>
|
||||
<div className="input-container" data-test="version-spinbutton-test">
|
||||
<input
|
||||
type="number"
|
||||
type="text"
|
||||
name="version"
|
||||
placeholder={t('Version number')}
|
||||
onChange={onExtraInputChange}
|
||||
@@ -550,8 +550,8 @@ const ExtraOptions = ({
|
||||
</div>
|
||||
<div className="helper">
|
||||
{t(
|
||||
'Specify the database version. This should be used with ' +
|
||||
'Presto in order to enable query cost estimation.',
|
||||
'Specify the database version. This is used with Presto for query cost ' +
|
||||
'estimation, and Dremio for syntax changes, among others.',
|
||||
)}
|
||||
</div>
|
||||
</StyledInputContainer>
|
||||
|
||||
Reference in New Issue
Block a user