* feat: make Salesforce WriteToObjectSettings entries editable with save/cancel functionality - Add editingRows and editingData state to track which rows are being edited - Implement startEditing, cancelEditing, and saveEditing functions for row-level edit management - Replace read-only existing entries with editable fields when in edit mode - Add save/cancel buttons with appropriate icons (check/x) for each row - Include field name validation to prevent duplicate entries - Maintain existing delete functionality alongside new edit capabilities - Update action column width to accommodate save/cancel buttons Co-Authored-By: joe@cal.com <j.auyeung419@gmail.com> * fix: address Code Rabbit review feedback for WriteToObjectSettings - Fix spread operator usage to use editData instead of prev[key] - Add validation for empty field names - Implement single-row editing for better UX Co-Authored-By: joe@cal.com <j.auyeung419@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>