fix: change enter label to enter text for text widget plaaceholder

This commit is contained in:
RaktimaNXG
2024-04-17 19:12:56 +05:30
parent 737b33db1e
commit ee77534e35
@@ -550,7 +550,7 @@ function PlaceholderType(props) {
(props.isNeedSign && props.data?.signerObjId === props.signerObjId) ? (
<textarea
ref={inputRef}
placeholder="Enter label"
placeholder="Enter text"
rows={1}
onKeyDown={handleEnterPress}
value={textValue}