mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +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',
|
Header: 'Feature',
|
||||||
accessor: 'category',
|
accessor: 'category',
|
||||||
|
minWidth: 100,
|
||||||
Cell: ({
|
Cell: ({
|
||||||
row: { original: feedback },
|
row: { original: feedback },
|
||||||
}: IFeedbackSchemaCellProps) => (
|
}: IFeedbackSchemaCellProps) => (
|
||||||
@ -75,6 +76,7 @@ export const FeedbackList = () => {
|
|||||||
{
|
{
|
||||||
Header: 'Score',
|
Header: 'Score',
|
||||||
accessor: 'difficultyScore',
|
accessor: 'difficultyScore',
|
||||||
|
maxWidth: 90,
|
||||||
Cell: ({
|
Cell: ({
|
||||||
row: { original: feedback },
|
row: { original: feedback },
|
||||||
}: IFeedbackSchemaCellProps) => (
|
}: IFeedbackSchemaCellProps) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user