Merged in release/2024-11-15 (pull request #1913)

IO-3028 Extend to Notes
This commit is contained in:
Allan Carr
2024-11-13 18:51:19 +00:00

View File

@@ -45,7 +45,8 @@ export default function JobLineNotePopup({ jobline, disabled }) {
if (editing) if (editing)
return ( return (
<div> <div>
<Input <Input.TextArea
autoSize
autoFocus autoFocus
suffix={loading ? <LoadingSpinner /> : null} suffix={loading ? <LoadingSpinner /> : null}
value={note} value={note}