mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
fix: Clearify text title field (#7)
This commit is contained in:
@@ -18,7 +18,7 @@ const AddText : React.FC = () => {
|
|||||||
<Form>
|
<Form>
|
||||||
<Form.Item>
|
<Form.Item>
|
||||||
<Input
|
<Input
|
||||||
placeholder="Title"
|
placeholder="Title (Not encrypted)"
|
||||||
className="msg-title"
|
className="msg-title"
|
||||||
value={name}
|
value={name}
|
||||||
onChange={evt => setName(evt.target.value)}
|
onChange={evt => setName(evt.target.value)}
|
||||||
|
|||||||
Reference in New Issue
Block a user