QwikFixCard.tsx, then clicked "Send to All" in the footer instead of the card-level button — the toggle appeared to re-select itself (or was not honored)QuickFixRepairQuoteModal.tsx: shareWithClient state initializes to true on every modal open via the useEffect reset. If anything causes a re-render or the user's interaction sequence triggers state re-evaluation before handleRequestRepairQuotes fires, the toggle's deselected value can be lostFrontend
src/app/client/reports/components/quickfix-repair-quote/QuickFixRepairQuoteModal.tsx — shareWithClient state initialization (setShareWithClient(true) in useEffect); handleRequestRepairQuotes reads this value at call time; footer "Send to All" button wires to this handlersrc/app/client/reports/components/quickfix-repair-quote/QwikFixCard.tsx — card-level send button (onSend) and "Share with client" toggle (QwikFixToggle) that controls the shareWithClient value passed up to the modalsrc/app/client/reports/components/quickfix-repair-quote/QwikFixToggle.tsx — toggle component rendered inside the cardPlease authenticate to join the conversation.
Completed
Main App
27 days ago
Linear
Get notified by email when there are changes.
Completed
Main App
27 days ago
Linear
Get notified by email when there are changes.