Correct layout and button
This commit was merged in pull request #247.
This commit is contained in:
@@ -97,6 +97,7 @@ const SuggestTask = ({ details, onClose, situation }) => {
|
||||
inputBg="bg-slate-100"
|
||||
type="text"
|
||||
name="title"
|
||||
disable={details?.title}
|
||||
value={props.values.title}
|
||||
inputHandler={props.handleChange}
|
||||
blurHandler={props.handleBlur}
|
||||
|
||||
Reference in New Issue
Block a user