mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
style: white toolbar for SQL Lab (#10851)
This commit is contained in:
committed by
GitHub
parent
85a916036c
commit
6cb67017a5
@@ -123,7 +123,7 @@ export default class TemplateParamsEditor extends React.Component {
|
||||
<ModalTrigger
|
||||
modalTitle={t('Template Parameters')}
|
||||
triggerNode={
|
||||
<Button tooltip={t('Edit template parameters')}>
|
||||
<Button tooltip={t('Edit template parameters')} buttonSize="small">
|
||||
{`${t('parameters')} `}
|
||||
{paramCount > 0 && <Badge>{paramCount}</Badge>}
|
||||
{!this.state.isValid && (
|
||||
|
||||
Reference in New Issue
Block a user