File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/app/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import { useRouter } from "next/navigation";
16
16
* Renders a network topology chart using vis-network based on the given devices.
17
17
*
18
18
* @param {TopologyChartProps } props - The properties for the topology chart.
19
- * @param {Device [] } props.devices - Array of device objects representing nodes.
19
+ * @param {DeviceNode [] } props.devices - Array of device objects representing nodes.
20
20
* @param {boolean } props.loading - Loading state flag.
21
- * @param {Error | null } props.error - Error state, if any.
21
+ * @param {string | null } props.error - Error state, if any.
22
22
*
23
23
* @returns {JSX.Element } A React component rendering the network graph visualization.
24
24
*/
You can’t perform that action at this time.
0 commit comments