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
DEV: Replace findBy with find in category lookups (#217)
Refactor category lookups across `discourse-docs` plugin by replacing
`findBy` with the native `find`, simplifying the logic and ensuring
safe fallback with optional chaining (`?.name`). This improves code
clarity and reduces reliance on Ember's custom utilities.
Changes cover controllers, components, and routes where category
references are used. No functionality impact is expected.
0 commit comments