fix(ui): uxt fixes

This commit is contained in:
nick-delirium 2023-12-01 10:47:15 +01:00
parent 8777026f69
commit 5467d90c88

View file

@ -389,7 +389,7 @@ const Title = observer(({ testId, siteId }: any) => {
</Button>
</Popover>
<Dropdown menu={{ items: menuItems, onClick: onMenuClick }}>
<Button ghost type={'primary'} icon={<MoreOutlined rev={undefined} />}></Button>
<Button icon={<MoreOutlined rev={undefined} />}></Button>
</Dropdown>
</div>
)