Correct layout and button

This commit was merged in pull request #247.
This commit is contained in:
2023-07-04 15:45:19 +01:00
parent f81b687f9f
commit d55f7ce175
2 changed files with 7 additions and 44 deletions
@@ -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}