Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Sep 22, 2024
1 parent b5c24e2 commit 5a80bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/project-editor/flow/components/actions/tcp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import type { IComponentExecutionState } from "project-editor/flow/runtime/compo

const componentHeaderColor = "#cca3ba";

registerActionComponents("TCP", [
registerActionComponents("Network", [
{
name: "TCPConnect",
icon: TCP_CONNECT_ICON as any,
Expand Down Expand Up @@ -472,7 +472,7 @@ export class TCPEventActionComponent extends ActionComponent {
],
icon: TCP_EVENT_ICON,
componentHeaderColor,
componentPaletteGroupName: "TCP",
componentPaletteGroupName: "Network",

beforeLoadHook: (object: IEezObject, jsObject: any) => {
if (jsObject.connection) {
Expand Down Expand Up @@ -598,7 +598,7 @@ registerClass("TCPEventActionComponent", TCPEventActionComponent);

////////////////////////////////////////////////////////////////////////////////

registerActionComponents("TCP", [
registerActionComponents("Network", [
{
name: "TCPWrite",
icon: TCP_WRITE_ICON as any,
Expand Down

0 comments on commit 5a80bdc

Please sign in to comment.