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
fix: address all code review feedback from PR reviewer
- RecordDetailView: remove unused _context param, respect action.refreshAfter
- ActionParamDialog: use isMissingValue() for falsy-safe validation, use ?? instead of ||, handle number type with valueAsNumber
- RecordDetailActions.test: remove unused 'within' import, use not.toHaveBeenCalled()
- action-bar: destructure data from rest to prevent DOM prop warnings
- action-button: destructure data from rest, simplify params routing with Array.isArray
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments