From 7b7a23fa45a44def44f144e9c6737fddc77b7032 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Wed, 19 Mar 2025 21:34:13 -0300 Subject: [PATCH] fix: remove redundant description from Prompt modal (#7139) Removed description from prompt modal --- src/frontend/src/modals/promptModal/index.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/frontend/src/modals/promptModal/index.tsx b/src/frontend/src/modals/promptModal/index.tsx index 184d594a3..a8a85f246 100644 --- a/src/frontend/src/modals/promptModal/index.tsx +++ b/src/frontend/src/modals/promptModal/index.tsx @@ -16,7 +16,6 @@ import { EDIT_TEXT_PLACEHOLDER, INVALID_CHARACTERS, MAX_WORDS_HIGHLIGHT, - PROMPT_DIALOG_SUBTITLE, regexHighlight, } from "../../constants/constants"; import useAlertStore from "../../stores/alertStore"; @@ -217,17 +216,17 @@ export default function PromptModal({ {children} - +
- - Edit Prompt -