mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
feat: adjust feedback columns (#10119)
This commit is contained in:
parent
4b459d3268
commit
8ee43be6ca
@ -55,6 +55,7 @@ export const FeedbackList = () => {
|
||||
{
|
||||
Header: 'Feature',
|
||||
accessor: 'category',
|
||||
minWidth: 100,
|
||||
Cell: ({
|
||||
row: { original: feedback },
|
||||
}: IFeedbackSchemaCellProps) => (
|
||||
@ -75,6 +76,7 @@ export const FeedbackList = () => {
|
||||
{
|
||||
Header: 'Score',
|
||||
accessor: 'difficultyScore',
|
||||
maxWidth: 90,
|
||||
Cell: ({
|
||||
row: { original: feedback },
|
||||
}: IFeedbackSchemaCellProps) => (
|
||||
|
Loading…
Reference in New Issue
Block a user