Open mamy-CS opened 2 years ago
Table data such as agentList need to be refactored to use pure array.
Example of code snippet to address
data: { key: string, props: { cluster: ClustersList } }[] | string | JSX.Element[],
Table data such as agentList need to be refactored to use pure array.