This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 63c8bbf3eb fix(frontend): add missing antd-5 icon to import (#32990)
63c8bbf3eb is described below

commit 63c8bbf3eba965809edda27bf5a6b6a03a2462f4
Author: Trent Lavoie <[email protected]>
AuthorDate: Thu Apr 3 10:18:39 2025 -0700

    fix(frontend): add missing antd-5 icon to import (#32990)
    
    Co-authored-by: Trent Lavoie <[email protected]>
---
 superset-frontend/src/components/Icons/AntdEnhanced.tsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset-frontend/src/components/Icons/AntdEnhanced.tsx 
b/superset-frontend/src/components/Icons/AntdEnhanced.tsx
index 228f7afdee..57eb41c61d 100644
--- a/superset-frontend/src/components/Icons/AntdEnhanced.tsx
+++ b/superset-frontend/src/components/Icons/AntdEnhanced.tsx
@@ -110,6 +110,7 @@ import {
   FilterOutlined,
   UnorderedListOutlined,
   WarningOutlined,
+  KeyOutlined,
 } from '@ant-design/icons';
 import { FC } from 'react';
 import { IconType } from './types';
@@ -209,6 +210,7 @@ const AntdIcons = {
   FilterOutlined,
   UnorderedListOutlined,
   WarningOutlined,
+  KeyOutlined,
 } as const;
 
 type AntdIconNames = keyof typeof AntdIcons;

Reply via email to