Changes suggested by Adam Wójcik

This commit is contained in:
Nishkalank Bezawada 2023-08-04 12:24:08 +02:00
parent 04d6c4aa87
commit 9cd323b675
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
const columns : IColumn[] = [ const columns : IColumn[] = [
{ {
key: 'id', key: 'id',
name: 'Flow Display name', name: 'Display name',
fieldName: 'flowDisplayName', fieldName: 'flowDisplayName',
minWidth: 100, minWidth: 100,
maxWidth: 125, maxWidth: 125,
@ -47,7 +47,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
}, },
{ {
key: 'id', key: 'id',
name: 'Flow Author', name: 'Author',
fieldName: 'flowAuthor', fieldName: 'flowAuthor',
minWidth: 100, minWidth: 100,
maxWidth: 125, maxWidth: 125,
@ -63,7 +63,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
}, },
{ {
key: 'id', key: 'id',
name: 'Flow Name', name: 'Name',
fieldName: 'flowName', fieldName: 'flowName',
minWidth: 50, minWidth: 50,
maxWidth: 125, maxWidth: 125,