mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
feat: dataset folders (backend) (#32520)
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
@@ -212,12 +212,12 @@ const SqlEditorTabHeader: FC<Props> = ({ queryEditor }) => {
|
||||
</Menu>
|
||||
}
|
||||
/>
|
||||
<TabTitle>{qe.name}</TabTitle>
|
||||
<TabTitle>{qe.name}</TabTitle>{' '}
|
||||
<StatusIcon
|
||||
className="status-icon"
|
||||
iconSize="xs"
|
||||
iconColor={getStatusColor(queryState, theme)}
|
||||
/>
|
||||
/>{' '}
|
||||
</TabTitleWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user