fix(temp): disable action description
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import React, { useRef } from 'react';
|
import React, { useRef } from 'react';
|
||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
import { Button } from "@mui/material";
|
import { Button } from "@mui/material";
|
||||||
import { ActionDescription } from "../organisms/RightSidePanel";
|
//import { ActionDescription } from "../organisms/RightSidePanel";
|
||||||
import * as Settings from "./action-settings";
|
import * as Settings from "./action-settings";
|
||||||
import { useSocketStore } from "../../context/socket";
|
import { useSocketStore } from "../../context/socket";
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ export const ActionSettings = ({ action }: ActionSettingsProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<ActionDescription>Action settings:</ActionDescription>
|
{/* <ActionDescription>Action settings:</ActionDescription> */}
|
||||||
<ActionSettingsWrapper action={action}>
|
<ActionSettingsWrapper action={action}>
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
<DisplaySettings />
|
<DisplaySettings />
|
||||||
|
|||||||
Reference in New Issue
Block a user