You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary update! call in PendingChangesConcern (#3607)
Since records using this mixin will be bulk imported later in the process,
using `update!` would trigger an immediate database write, validation checks,
and callbacks for each record, negatively impacting performance without
providing any benefit.
0 commit comments