mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
[explorev2] giving more room for long textboxes (#1881)
This commit is contained in:
committed by
GitHub
parent
242869db3a
commit
a1e3fc1c23
@@ -25,7 +25,8 @@ export const commonControlPanelSections = {
|
||||
sqlClause: {
|
||||
label: 'SQL',
|
||||
fieldSetRows: [
|
||||
['where', 'having'],
|
||||
['where'],
|
||||
['having'],
|
||||
],
|
||||
description: 'This section exposes ways to include snippets of SQL in your query',
|
||||
},
|
||||
@@ -223,7 +224,8 @@ const visTypes = {
|
||||
{
|
||||
label: null,
|
||||
fieldSetRows: [
|
||||
['markup_type', 'code'],
|
||||
['markup_type'],
|
||||
['code'],
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -722,4 +724,3 @@ export function sectionsToRender(vizType, datasourceType) {
|
||||
);
|
||||
return sections;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user