mirror of
https://github.com/apache/superset.git
synced 2026-06-02 14:19:21 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -373,7 +373,7 @@ export const useExploreAdditionalActionsMenu = (
|
||||
<Menu.Item key={MENU_KEYS.SHARE_BY_EMAIL}>
|
||||
{t('Share chart by email')}
|
||||
</Menu.Item>
|
||||
{isFeatureEnabled(FeatureFlag.EMBEDDABLE_CHARTS) ? (
|
||||
{isFeatureEnabled(FeatureFlag.EmbeddableCharts) ? (
|
||||
<Menu.Item key={MENU_KEYS.EMBED_CODE}>
|
||||
<ModalTrigger
|
||||
triggerNode={
|
||||
|
||||
Reference in New Issue
Block a user