mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
chore: make control panel sub sections look better (#24736)
This commit is contained in:
committed by
GitHub
parent
9b6ed315f8
commit
22a0fe555c
@@ -20,6 +20,7 @@ import React from 'react';
|
||||
import { t } from '@superset-ui/core';
|
||||
import {
|
||||
ControlPanelConfig,
|
||||
ControlSubSectionHeader,
|
||||
getStandardizedControls,
|
||||
sections,
|
||||
sharedControls,
|
||||
@@ -99,7 +100,7 @@ const controlPanel: ControlPanelConfig = {
|
||||
controlSetRows: [
|
||||
['color_scheme'],
|
||||
...legendSection,
|
||||
[<div className="section-header">{t('Layout')}</div>],
|
||||
[<ControlSubSectionHeader>{t('Layout')}</ControlSubSectionHeader>],
|
||||
[
|
||||
{
|
||||
name: 'layout',
|
||||
|
||||
Reference in New Issue
Block a user