fix(temp): disable action description

This commit is contained in:
karishmas6
2024-08-26 19:52:09 +05:30
parent e73f61eaf0
commit 97de5bedc1

View File

@@ -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 />