Implemented first draft of issue modal
This commit is contained in:
@@ -25,7 +25,7 @@ const Textarea = forwardRef(({ className, invalid, onChange, ...textareaProps },
|
||||
<TextareaAutoSize
|
||||
{...textareaProps}
|
||||
onChange={event => onChange(event.target.value, event)}
|
||||
ref={ref}
|
||||
inputRef={ref}
|
||||
/>
|
||||
</StyledTextarea>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user