Dynamics list columns with a lot of work ahead
This commit is contained in:
@@ -21,9 +21,9 @@ export const ProvisionRoutes = () => {
|
||||
|
||||
const ListProvision = () => {
|
||||
const columns = [
|
||||
{ field: "label", headerName: "Label", flex: 1 },
|
||||
{ field: "label", column: { flex: 1 }},
|
||||
];
|
||||
return <List<Provision> resource={`templates/provisions`} columns={columns} />
|
||||
return <List<Provision> resource={`templates/provisions`} schemaName={"ProvisionTemplate"} columns={columns} />
|
||||
}
|
||||
|
||||
const EditProvision = () => {
|
||||
|
||||
Reference in New Issue
Block a user