1
0
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:
Mateusz Kwasniewski 2025-06-11 15:50:26 +02:00 committed by GitHub
parent 4b459d3268
commit 8ee43be6ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => (