diff --git a/frontend/apps/web/src/pages/accounts/AccountDetail/AccountInfo.tsx b/frontend/apps/web/src/pages/accounts/AccountDetail/AccountInfo.tsx index 5d3c4acf..4db14f30 100644 --- a/frontend/apps/web/src/pages/accounts/AccountDetail/AccountInfo.tsx +++ b/frontend/apps/web/src/pages/accounts/AccountDetail/AccountInfo.tsx @@ -179,7 +179,7 @@ export const AccountInfo: React.FC = ({ groupId, accountId }) => { name="description" error={!!validationErrors.fieldErrors.description} helperText={validationErrors.fieldErrors.description} - onChange={(value) => pushChanges({ name: value })} + onChange={(value) => pushChanges({ description: value })} value={account.description} disabled={!account.isWip} />