feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -81,7 +81,7 @@ const NotificationCenterComponent = forwardRef(
|
||||
return (
|
||||
<div className={`notification-center ${visible ? "visible" : ""}`} ref={ref}>
|
||||
<div className="notification-header">
|
||||
<Space direction="horizontal">
|
||||
<Space orientation="horizontal">
|
||||
<h3>{t("notifications.labels.notification-center")}</h3>
|
||||
{loading && <Spin spinning={loading} size="small"></Spin>}
|
||||
</Space>
|
||||
|
||||
Reference in New Issue
Block a user