mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
feat: refactor modals to use consistent design patterns (#34711)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
ff1f7b64e2
commit
e8e1466185
@@ -251,7 +251,9 @@ const AnnotationLayerModal: FunctionComponent<AnnotationLayerModalProps> = ({
|
||||
}
|
||||
>
|
||||
<StyledAnnotationLayerTitle>
|
||||
<Typography.Title level={4}>{t('Basic information')}</Typography.Title>
|
||||
<Typography.Title level={4}>
|
||||
{t('General information')}
|
||||
</Typography.Title>
|
||||
</StyledAnnotationLayerTitle>
|
||||
<LayerContainer>
|
||||
<div className="control-label">
|
||||
|
||||
Reference in New Issue
Block a user