Add field_name prop to PromptAreaComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-22 09:32:04 -03:00
commit fd7a0fcbff

View file

@ -26,6 +26,7 @@ export default function PromptAreaComponent({
<div className={disabled ? "pointer-events-none w-full " : " w-full"}>
<GenericModal
id={id}
field_name={field_name}
readonly={readonly}
type={TypeModal.PROMPT}
value={value}