Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix optional chaining for frontRowActions in MoreTable
Updated the conditional check for `frontRowActions` to use optional chaining, preventing potential runtime errors when the property is undefined or null. This ensures more robust and error-proof behavior for row action rendering.
- Loading branch information