diff --git a/src/components/Dashboard/Management/Notes/NewNote.jsx b/src/components/Dashboard/Management/Notes/NewNote.jsx index 60efe40..bb43c98 100644 --- a/src/components/Dashboard/Management/Notes/NewNote.jsx +++ b/src/components/Dashboard/Management/Notes/NewNote.jsx @@ -19,6 +19,7 @@ const NewNote = ({ onOk, defaultValues = {} }) => { bordered={false} isEditing={true} required={true} + labelWidth='100px' objectData={objectData} /> )