Extra fields now finished for filaments
This commit is contained in:
2
client/src/pages/vendors/list.tsx
vendored
2
client/src/pages/vendors/list.tsx
vendored
@@ -152,6 +152,7 @@ export const VendorList: React.FC<IResourceComponentsProps> = () => {
|
||||
actions,
|
||||
dataSource,
|
||||
tableState,
|
||||
sorter: true,
|
||||
}),
|
||||
RichColumn({
|
||||
id: "comment",
|
||||
@@ -159,6 +160,7 @@ export const VendorList: React.FC<IResourceComponentsProps> = () => {
|
||||
actions,
|
||||
dataSource,
|
||||
tableState,
|
||||
sorter: true,
|
||||
}),
|
||||
ActionsColumn<IVendor>(actions),
|
||||
])}
|
||||
|
||||
Reference in New Issue
Block a user