chore: add todo

This commit is contained in:
karishmas6
2024-08-11 08:46:48 +05:30
parent 51a9603e8b
commit bd9105ed05

View File

@@ -13,6 +13,11 @@ import { useSocketStore } from '../../context/socket';
import { ScreenshotSettings } from '../../shared/types';
import InputAdornment from '@mui/material/InputAdornment';
// TODO:
// 1. Handle field label update
// 2. Handle field deletion | confirmation
// 3. Add description for each browser step
// 4. Handle non custom action steps
export const RightSidePanel = () => {
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});