mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
build(dev-deps): bump prettier to v3.5.3 and follow-up refactor (#32688)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -156,7 +156,8 @@ const SqlEditorTabHeader: FC<Props> = ({ queryEditor }) => {
|
||||
</Menu>
|
||||
}
|
||||
/>
|
||||
<TabTitle>{qe.name}</TabTitle> <TabStatusIcon tabState={queryState} />{' '}
|
||||
<TabTitle>{qe.name}</TabTitle>{' '}
|
||||
<TabStatusIcon tabState={queryState} />{' '}
|
||||
</TabTitleWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user