add id to strike reasons
This commit is contained in:
@ -33,7 +33,8 @@
|
|||||||
count={true}
|
count={true}
|
||||||
keys={[
|
keys={[
|
||||||
{ key: 'name', label: 'Name', width: 20 },
|
{ key: 'name', label: 'Name', width: 20 },
|
||||||
{ key: 'weight', label: 'Gewichtung', width: 70, sortable: true }
|
{ key: 'weight', label: 'Gewichtung', width: 50, sortable: true },
|
||||||
|
{ key: 'id', label: 'Id', width: 20 }
|
||||||
]}
|
]}
|
||||||
onDelete={onBlockedUserDelete}
|
onDelete={onBlockedUserDelete}
|
||||||
onEdit={(strikeReason) => (editPopupStrikeReason = strikeReason)}
|
onEdit={(strikeReason) => (editPopupStrikeReason = strikeReason)}
|
||||||
|
Reference in New Issue
Block a user