IO-1228 Report Center grouping change.
This commit is contained in:
@@ -153,7 +153,7 @@ export function ReportCenterModalComponent({ reportCenterModal }) {
|
||||
<Typography.Title level={4}>
|
||||
{t(`reportcenter.labels.groups.${key}`)}
|
||||
</Typography.Title>
|
||||
<ul style={{ columns: "3 auto" }}>
|
||||
<ul style={{ columns: "2 auto" }}>
|
||||
{grouped[key].map((item) => (
|
||||
<li key={item.key}>
|
||||
<Radio key={item.key} value={item.key}>
|
||||
|
||||
Reference in New Issue
Block a user